summaryrefslogtreecommitdiff
path: root/modules/variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 21:48:47 -0700
committerFuwn <[email protected]>2024-09-17 21:48:47 -0700
commit5b0253a6e4909a548048736cc30fb8344ef9eee5 (patch)
tree5e4d881b2de4390c2b4f5e5c8185d4a5edf6f633 /modules/variables
parentflake: refactor inputs (diff)
downloadnixos-config-5b0253a6e4909a548048736cc30fb8344ef9eee5.tar.xz
nixos-config-5b0253a6e4909a548048736cc30fb8344ef9eee5.zip
modules: enable gaming
Diffstat (limited to 'modules/variables')
-rw-r--r--modules/variables/wayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/variables/wayland.nix b/modules/variables/wayland.nix
index c1a51d9..ee21d52 100644
--- a/modules/variables/wayland.nix
+++ b/modules/variables/wayland.nix
@@ -3,7 +3,7 @@
GDK_BACKEND = "wayland,x11,*";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";
- XWAYLAND_NO_GLAMOR = "1"; # Gamescope
+ XWAYLAND_NO_GLAMOR = "0"; # Gamescope
ANKI_WAYLAND = "1";
XDG_SESSION_TYPE = "wayland";
};