hm: correct cursor settings
This commit is contained in:
parent
4d9577e306
commit
0df1bcfd65
|
@ -237,13 +237,10 @@
|
||||||
## Theming
|
## Theming
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.catppuccin-cursors.frappeLavender;
|
package = pkgs.catppuccin-cursors.frappeLavender;
|
||||||
name = "Catppuccin-Frappe-Lavender-Cursors";
|
name = "catppuccin-frappe-lavender-cursors";
|
||||||
|
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11 = {
|
x11.enable = true;
|
||||||
enable = true;
|
|
||||||
defaultCursor = "Catppuccin-Frappe-Lavender-Cursors";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure GTK.
|
# Configure GTK.
|
||||||
|
|
Loading…
Reference in a new issue