Set cursor theme to catppuccin

This commit is contained in:
Weckyy702
2026-02-07 19:25:44 +01:00
parent 74b2f1e653
commit 88a3f7d822
2 changed files with 20 additions and 0 deletions

View File

@@ -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 = {

View File

@@ -19,6 +19,10 @@
follow_mouse = 1;
};
exec-once = [
"hyprctl setcursor catppuccin-mocha-mauve-cursors 24"
];
bind =
[
"$mod, Q, exit"