summaryrefslogtreecommitdiff
path: root/modules/desktops/hyprland/env.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 21:29:01 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 21:29:01 -0400
commitdb79facfe6ca2d304d13daaea5a410f903c04088 (patch)
tree3e3a68ac5c31a8f51c52067fe0915289859c0f88 /modules/desktops/hyprland/env.nix
parentfix xdg.portal after refactor (diff)
downloaddotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.tar.gz
dotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.tar.bz2
dotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.zip
new hyprcursor theme
Diffstat (limited to '')
-rw-r--r--modules/desktops/hyprland/env.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/desktops/hyprland/env.nix b/modules/desktops/hyprland/env.nix
index 2d79da5..93d99fb 100644
--- a/modules/desktops/hyprland/env.nix
+++ b/modules/desktops/hyprland/env.nix
@@ -6,6 +6,9 @@
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"
"MOZ_ENABLE_WAYLAND,1"
+
+ "HYPRCURSOR_THEME,rose-pine-hyprcursor"
+ "HYPRCURSOR_SIZE,24"
];
};
};