mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
confirm to catppuccin themes renamed upstream
This commit is contained in:
parent
327d50dad1
commit
a5a762f432
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue