diff --git a/nix/modules/hyprland/settings.nix b/nix/modules/hyprland/settings.nix index 69e8414..dab22a0 100644 --- a/nix/modules/hyprland/settings.nix +++ b/nix/modules/hyprland/settings.nix @@ -1,5 +1,15 @@ { inputs, pkgs, ... }: { + home.packages = [ + pkgs.hyprcursor + pkgs.rose-pine-cursor + ]; + home.pointerCursor = { + enable = true; + name = "rose-pine-hyprcursor"; + package = pkgs.rose-pine-hyprcursor; + hyprcursor.enable = true; + }; wayland.windowManager.hyprland.settings = { monitor = [ "HDMI-A-1, 1920x1080@60, 0x0, 1" @@ -9,6 +19,7 @@ "hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor ]; env = [ + "XCURSOR_THEME,BreezeX-RosePine-Linux" "XCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24" "LIBVA_DRIVER_NAME,nvidia"