From 1422c6d330133fc8f382b43cb815a24d15dc651d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 1 Oct 2024 06:17:12 -0700 Subject: modules: move variables and initrd systemd to pc --- modules/desktop/variables/wayland.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/desktop/variables/wayland.nix (limited to 'modules/desktop/variables/wayland.nix') 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"; - }; -} -- cgit v1.2.3