mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
confirm to catppuccin themes renamed upstream
This commit is contained in:
parent
327d50dad1
commit
a5a762f432
|
@ -285,7 +285,7 @@
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
description = "Cursor theme name.";
|
description = "Cursor theme name.";
|
||||||
default = "Catppuccin-Frappe-Dark-Cursors";
|
default = "catppuccin-frappe-dark-cursors";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
greeters.slick = {
|
greeters.slick = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
name = "catppuccin-frappe-mauve-compact+normal";
|
||||||
package = pkgs.catppuccin-gtk;
|
package = pkgs.catppuccin-gtk;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Catppuccin-Frappe-Dark-Cursors";
|
name = "catppuccin-frappe-dark-cursors";
|
||||||
package = pkgs.catppuccin-cursors.frappeDark;
|
package = pkgs.catppuccin-cursors.frappeDark;
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue