Fix cursor size on Hyprland
This commit is contained in:
parent
5b9fd51586
commit
55fa0214cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue