revert(gtk): don't replace normal
tweak with default
(#271)
this was unnecessary
Refs: 92e2d7a
This commit is contained in:
parent
9eb0610d48
commit
7bfda77cd1
1 changed files with 1 additions and 3 deletions
|
@ -121,9 +121,7 @@ in
|
|||
(mkIf enable {
|
||||
gtk.theme =
|
||||
let
|
||||
gtkTweaks = concatStringsSep "," (
|
||||
map (tweak: { normal = "default"; }.${tweak} or tweak) cfg.tweaks
|
||||
);
|
||||
gtkTweaks = concatStringsSep "," cfg.tweaks;
|
||||
in
|
||||
{
|
||||
name = "catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}+${gtkTweaks}";
|
||||
|
|
Loading…
Reference in a new issue