diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 19:21:09 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 19:21:09 +0000 |
| commit | e421e73f0b3966387d4c3e7cfb14526b207df285 (patch) | |
| tree | 9e00a7b8c154e30a36d493eaeee296e32e4562c9 /modules/client | |
| parent | goodbye labwc/openbox, I like cinnamon now (diff) | |
enabled flatpak for x11
Diffstat (limited to 'modules/client')
| -rw-r--r-- | modules/client/flatpak/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/client/flatpak/default.nix b/modules/client/flatpak/default.nix index c1e538c..c0f750a 100644 --- a/modules/client/flatpak/default.nix +++ b/modules/client/flatpak/default.nix @@ -38,8 +38,8 @@ overrides = { global = { - # Force Wayland by default - Context.sockets = [ "wayland" "!x11" "!fallback-x11" ]; + # Enable for both wayland and x11 + Context.sockets = [ "wayland" "x11" "!fallback-x11" ]; Environment = { # Fix un-themed cursor in some Wayland apps |
