summaryrefslogtreecommitdiff
path: root/modules/desktop/variables/wayland.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:17:12 -0700
committerFuwn <[email protected]>2024-10-01 06:17:12 -0700
commit1422c6d330133fc8f382b43cb815a24d15dc651d (patch)
tree59a4b7a11783775af63f24aa18344b77fe43822f /modules/desktop/variables/wayland.nix
parentmodules: move emulated systems to extended nix configuration (diff)
downloadnixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.tar.xz
nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.zip
modules: move variables and initrd systemd to pc
Diffstat (limited to 'modules/desktop/variables/wayland.nix')
-rw-r--r--modules/desktop/variables/wayland.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/desktop/variables/wayland.nix b/modules/desktop/variables/wayland.nix
deleted file mode 100644
index ee21d52..0000000
--- a/modules/desktop/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";
- };
-}