Fix cursor size on Hyprland

This commit is contained in:
Andrea Ciceri 2025-01-08 15:23:37 +01:00
parent 5b9fd51586
commit 55fa0214cb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -62,7 +62,7 @@ in
cursorTheme = { cursorTheme = {
name = "catppuccin-mocha-sapphire"; name = "catppuccin-mocha-sapphire";
package = pkgs.catppuccin-cursors; package = pkgs.catppuccin-cursors;
size = 40; size = 38;
}; };
}; };