diff --git a/nixos/home/modules/de/hyprland.nix b/nixos/home/modules/de/hyprland.nix index 31e4393..752b7b2 100644 --- a/nixos/home/modules/de/hyprland.nix +++ b/nixos/home/modules/de/hyprland.nix @@ -12,6 +12,10 @@ in { imports = [inputs.ags.homeManagerModules.default]; config = mkIf cfg.enable { + environment.sessionVariables = { + # Wayland and Chromium/Electron apps. + NIXOS_OZONE_WL = "1"; + }; # Downloads the Theme Resources home.packages = with pkgs; [ andromeda-gtk-theme diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 4fec4c9..0ceae40 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -15,11 +15,6 @@ zulu # Java OpenJDK ]; - environment.sessionVariables = { - # Wayland and Chromium/Electron apps. - NIXOS_OZONE_WL = "1"; - }; - services = { # Tailscale tailscale = {