diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:29:23 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:29:23 -0400 |
commit | 25c2516702a7a0cf061b827519164438d8c7cfa2 (patch) | |
tree | 4ae22260ab5b3c0e42563b34307fec56bcdbf139 /modules/desktops/hyprland/env.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.tar.gz dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.tar.bz2 dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.zip |
use NIXOS_OZONE_WL instead of manually setting ozone flags
Diffstat (limited to 'modules/desktops/hyprland/env.nix')
-rw-r--r-- | modules/desktops/hyprland/env.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/desktops/hyprland/env.nix b/modules/desktops/hyprland/env.nix index 93d99fb..aff3f93 100644 --- a/modules/desktops/hyprland/env.nix +++ b/modules/desktops/hyprland/env.nix @@ -6,6 +6,7 @@ "XDG_SESSION_TYPE,wayland" "XDG_SESSION_DESKTOP,Hyprland" "MOZ_ENABLE_WAYLAND,1" + "NIXOS_OZONE_WL,1" "HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_SIZE,24" |