From a21deba5f2f5029925c746e4f473580a9f3021f2 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 5 Mar 2025 10:35:26 -0600 Subject: [PATCH] move ozone var to wayland global --- nixos/home/modules/de/hyprland.nix | 4 ++++ nixos/hosts/telchar/default.nix | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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 = {