about summary refs log tree commit diff
path: root/modules/wayland.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-11-17 18:21:17 +0300
committerazahi <azat@bahawi.net>2024-11-17 18:21:17 +0300
commitfc2e6a3a6b568d5ae1004723ea54c123af7e9242 (patch)
tree5adf2a7741c6ee319833fe6079f9958961ef56b5 /modules/wayland.nix
parent2024-11-10 (diff)
2024-11-17 HEAD master
Diffstat (limited to 'modules/wayland.nix')
-rw-r--r--modules/wayland.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/wayland.nix b/modules/wayland.nix
index 1ad4fe3..f15f66e 100644
--- a/modules/wayland.nix
+++ b/modules/wayland.nix
@@ -22,12 +22,7 @@ in
         wlr-randr
       ];
 
-      sessionVariables = {
-        NIXOS_OZONE_WL = 1;
-        QT_QPA_PLATFORM = "wayland";
-        SDL_VIDEODRIVER = "wayland";
-        XDG_SESSION_TYPE = "wayland";
-      };
+      sessionVariables.NIXOS_OZONE_WL = 1;
     };
   };
 }

Consider giving Nix/NixOS a try! <3