mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
theme: fixed failure to apply default catppuccin-gtk themes due to upstream renaming
This commit is contained in:
parent
2367a32067
commit
3de76e8a6b
|
@ -328,7 +328,7 @@
|
|||
gtk = {
|
||||
name = lib.mkOption {
|
||||
description = "GTK theme name.";
|
||||
default = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
||||
default = "catppuccin-frappe-mauve-compact+normal";
|
||||
type = lib.types.str;
|
||||
};
|
||||
package = lib.mkOption {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
theme = {
|
||||
gtk = {
|
||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
||||
name = "catppuccin-frappe-mauve-compact+normal";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = ["mauve"];
|
||||
size = "compact";
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
theme = {
|
||||
gtk = {
|
||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
||||
name = "catppuccin-frappe-mauve-compact+normal";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = ["mauve"];
|
||||
size = "compact";
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
theme = lib.mkForce {
|
||||
enable = true;
|
||||
gtk = {
|
||||
name = "Catppuccin-Macchiato-Compact-Mauve-Dark";
|
||||
name = "catppuccin-macchiato-mauve-compact+normal";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = ["mauve"];
|
||||
size = "compact";
|
||||
|
|
Loading…
Reference in a new issue