diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
| commit | 1422c6d330133fc8f382b43cb815a24d15dc651d (patch) | |
| tree | 59a4b7a11783775af63f24aa18344b77fe43822f /modules/desktop/variables/wayland.nix | |
| parent | modules: move emulated systems to extended nix configuration (diff) | |
| download | nixos-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.nix | 10 |
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"; - }; -} |