From 8529c4650d456f48ed1566323e59ad92493606ae Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 8 Dec 2024 15:52:40 -0800 Subject: [PATCH] dwl: remove NIXOS_OZONE_WL --- modules/dwl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dwl.nix b/modules/dwl.nix index a5cf85f..328c11b 100644 --- a/modules/dwl.nix +++ b/modules/dwl.nix @@ -32,7 +32,7 @@ in # pam.services.swaylock = { }; }; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; + # environment.sessionVariables.NIXOS_OZONE_WL = "1"; programs = { dconf.enable = lib.mkDefault true;