about summary refs log tree commit diff
path: root/modules/wayland.nix
diff options
context:
space:
mode:
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