diff options
Diffstat (limited to 'modules/core/variables/wayland.nix')
| -rw-r--r-- | modules/core/variables/wayland.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/core/variables/wayland.nix b/modules/core/variables/wayland.nix deleted file mode 100644 index ee21d52..0000000 --- a/modules/core/variables/wayland.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - environment.variables = { - GDK_BACKEND = "wayland,x11,*"; - SDL_VIDEODRIVER = "wayland"; - CLUTTER_BACKEND = "wayland"; - XWAYLAND_NO_GLAMOR = "0"; # Gamescope - ANKI_WAYLAND = "1"; - XDG_SESSION_TYPE = "wayland"; - }; -} |