Skip to content

Commit

Permalink
fix(home-manager/gtk): pass flavor and not variant (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Dec 28, 2024
1 parent a2e641b commit 8b6baed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/home-manager/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ in
"catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}"
+ lib.optionalString (cfg.tweaks != [ ]) gtkTweaks;
package = config.catppuccin.sources.gtk.override {
inherit (cfg) size tweaks;
inherit (cfg) flavor size tweaks;
accents = [ cfg.accent ];
variant = cfg.flavor;
};
};

Expand Down

0 comments on commit 8b6baed

Please sign in to comment.