diff --git a/configuration/modules/desktop.nix b/configuration/modules/desktop.nix index 34f5be1..9083c21 100644 --- a/configuration/modules/desktop.nix +++ b/configuration/modules/desktop.nix @@ -42,5 +42,6 @@ environment.sessionVariables = { TERMINAL = "foot"; EDITOR = "nvim"; + NIXOS_OZONE_WL = "1"; }; } diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 4274d84..1049fda 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -1,5 +1,4 @@ {pkgs, ...}: { - environment.sessionVariables.NIXOS_OZONE_WL = "1"; wayland.windowManager.hyprland = { enable = true; systemd.enable = true;