Skip to content

Commit

Permalink
theme: fixed failure to apply default catppuccin-gtk themes due to up…
Browse files Browse the repository at this point in the history
…stream renaming
  • Loading branch information
alyraffauf committed Jun 25, 2024
1 parent 2367a32 commit 3de76e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeManagerModules/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion homes/dustin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion homes/morgan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion hosts/mauville/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 3de76e8

Please sign in to comment.