From fc2e6a3a6b568d5ae1004723ea54c123af7e9242 Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 17 Nov 2024 18:21:17 +0300 Subject: 2024-11-17 --- modules/wayland.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/wayland.nix') 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; }; }; } -- cgit 1.4.1