fix: rename cursor style
This commit is contained in:
parent
efd1f9adef
commit
4e384657c6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ rec {
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
name = "Catppuccin-Frappe-Lavender-Cursors";
|
name = "catppuccin-frappe-lavender-cursors";
|
||||||
package = pkgs.catppuccin-cursors.frappeLavender;
|
package = pkgs.catppuccin-cursors.frappeLavender;
|
||||||
size = 32;
|
size = 32;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue