summaryrefslogtreecommitdiff
path: root/home/desktops/hyprland/env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/desktops/hyprland/env.nix')
-rw-r--r--home/desktops/hyprland/env.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/home/desktops/hyprland/env.nix b/home/desktops/hyprland/env.nix
new file mode 100644
index 0000000..620efd9
--- /dev/null
+++ b/home/desktops/hyprland/env.nix
@@ -0,0 +1,14 @@
+{config, ...}: {
+ wayland.windowManager.hyprland.settings = {
+ env = [
+ "XDG_CURRENT_DESKTOP,Hyprland"
+ "XDG_SESSION_TYPE,wayland"
+ "XDG_SESSION_DESKTOP,Hyprland"
+ "MOZ_ENABLE_WAYLAND,1"
+ "NIXOS_OZONE_WL,1"
+
+ "HYPRCURSOR_THEME,rose-pine-hyprcursor"
+ "HYPRCURSOR_SIZE,24"
+ ];
+ };
+}