mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -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 = {
|
gtk = {
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
description = "GTK theme name.";
|
description = "GTK theme name.";
|
||||||
default = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
default = "catppuccin-frappe-mauve-compact+normal";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
};
|
};
|
||||||
package = lib.mkOption {
|
package = lib.mkOption {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
gtk = {
|
gtk = {
|
||||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
name = "catppuccin-frappe-mauve-compact+normal";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["mauve"];
|
accents = ["mauve"];
|
||||||
size = "compact";
|
size = "compact";
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
gtk = {
|
gtk = {
|
||||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
name = "catppuccin-frappe-mauve-compact+normal";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["mauve"];
|
accents = ["mauve"];
|
||||||
size = "compact";
|
size = "compact";
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
theme = lib.mkForce {
|
theme = lib.mkForce {
|
||||||
enable = true;
|
enable = true;
|
||||||
gtk = {
|
gtk = {
|
||||||
name = "Catppuccin-Macchiato-Compact-Mauve-Dark";
|
name = "catppuccin-macchiato-mauve-compact+normal";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["mauve"];
|
accents = ["mauve"];
|
||||||
size = "compact";
|
size = "compact";
|
||||||
|
|
Loading…
Reference in a new issue