confirm to catppuccin themes renamed upstream

This commit is contained in:
Aly Raffauf 2024-07-01 09:30:47 -04:00
parent 327d50dad1
commit a5a762f432
2 changed files with 3 additions and 3 deletions

View file

@ -285,7 +285,7 @@
cursorTheme = {
name = lib.mkOption {
description = "Cursor theme name.";
default = "Catppuccin-Frappe-Dark-Cursors";
default = "catppuccin-frappe-dark-cursors";
type = lib.types.str;
};

View file

@ -16,7 +16,7 @@
greeters.slick = {
enable = true;
theme = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
name = "catppuccin-frappe-mauve-compact+normal";
package = pkgs.catppuccin-gtk;
};
@ -31,7 +31,7 @@
};
cursorTheme = {
name = "Catppuccin-Frappe-Dark-Cursors";
name = "catppuccin-frappe-dark-cursors";
package = pkgs.catppuccin-cursors.frappeDark;
size = 24;
};