Skip to content

Commit

Permalink
improve new new setting from comment recomendation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmasia committed Jul 1, 2024
1 parent d1a8675 commit ca92a34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/home-manager/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ in
(mkIf enable {
gtk.theme =
let
gtkTweaks = concatStringsSep "," (
map (tweak: { normal = "normal"; }.${tweak} or tweak) cfg.tweaks
);
gtkTweaks = concatStringsSep "," cfg.tweaks;
in
{
name = "catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}+${gtkTweaks}";
Expand Down

0 comments on commit ca92a34

Please sign in to comment.