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