diff options
| -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 |
