From 2e4c4298cf84f94d68387e8076fd430e9968ce6c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 16:39:14 -0400 Subject: refactor --- modules/desktops/hyprland/env.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/desktops/hyprland/env.nix (limited to 'modules/desktops/hyprland/env.nix') diff --git a/modules/desktops/hyprland/env.nix b/modules/desktops/hyprland/env.nix new file mode 100644 index 0000000..7ff3eb7 --- /dev/null +++ b/modules/desktops/hyprland/env.nix @@ -0,0 +1,12 @@ +{config,...}: { + home-manager.users.${config.user} = { + wayland.windowManager.hyprland.settings = { + env = [ + "XDG_CURRENT_DESKTOP,Hyprland" + "XDG_SESSION_TYPE,wayland" + "XDG_SESSION_DESKTOP,Hyprland" + "MOZ_ENABLE_WAYLAND,1" + ]; + }; + }; +} -- cgit v1.2.3-freya