theme: fixed failure to apply default catppuccin-gtk themes due to upstream renaming

This commit is contained in:
Aly Raffauf 2024-06-25 09:54:17 -04:00
parent 2367a32067
commit 3de76e8a6b
4 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -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";

View file

@ -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";

View file

@ -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";