fix(home-manager/gtk): replace normal
tweak with default
(#261)
This commit is contained in:
parent
65543d2402
commit
92e2d7ae88
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ in
|
|||
(mkIf enable {
|
||||
gtk.theme =
|
||||
let
|
||||
gtkTweaks = concatStringsSep "," cfg.tweaks;
|
||||
gtkTweaks = concatStringsSep "," (
|
||||
map (tweak: { normal = "default"; }.${tweak} or tweak) cfg.tweaks
|
||||
);
|
||||
in
|
||||
{
|
||||
name = "catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}+${gtkTweaks}";
|
||||
|
|
Loading…
Reference in a new issue