diff --git a/home/home.nix b/home/home.nix index 52c88e9..142a1bd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -34,6 +34,22 @@ top @ { config unzip ]; + home.pointerCursor = + let + size = 24; + in + { + enable = true; + package = pkgs.catppuccin-cursors.mochaMauve; + name = "catppuccin-mocha-mauve-cursors"; + inherit size; + + dotIcons.enable = true; + gtk.enable = true; + hyprcursor.enable = true; + hyprcursor.size = size; + }; + catppuccin.enable = true; gtk = { diff --git a/home/hyprland/settings.nix b/home/hyprland/settings.nix index ea95476..8555721 100644 --- a/home/hyprland/settings.nix +++ b/home/hyprland/settings.nix @@ -19,6 +19,10 @@ follow_mouse = 1; }; + exec-once = [ + "hyprctl setcursor catppuccin-mocha-mauve-cursors 24" + ]; + bind = [ "$mod, Q, exit"