diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/desktops/hyprland/default.nix | 4 | ||||
-rw-r--r-- | modules/desktops/hyprland/env.nix | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/modules/desktops/hyprland/default.nix b/modules/desktops/hyprland/default.nix index 56eef35..890972a 100644 --- a/modules/desktops/hyprland/default.nix +++ b/modules/desktops/hyprland/default.nix @@ -21,6 +21,10 @@ in { desktops.wayland = true; default.session = mkDefault "hyprland-session.target"; + environment.systemPackages = [ + inputs.rose-pine-hyprcursor.packages.${system}.default + ]; + xdg.portal = { extraPortals = [ inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland 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" ]; }; }; |