hm: correct cursor settings

This commit is contained in:
Alexandre Cavalheiro 2024-06-04 17:47:38 -03:00
parent 4d9577e306
commit 0df1bcfd65
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -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.