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 {
|
(mkIf enable {
|
||||||
gtk.theme =
|
gtk.theme =
|
||||||
let
|
let
|
||||||
gtkTweaks = concatStringsSep "," (
|
gtkTweaks = concatStringsSep "," cfg.tweaks;
|
||||||
map (tweak: { normal = "default"; }.${tweak} or tweak) cfg.tweaks
|
|
||||||
);
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}+${gtkTweaks}";
|
name = "catppuccin-${cfg.flavor}-${cfg.accent}-${cfg.size}+${gtkTweaks}";
|
||||||
|
|
Loading…
Reference in a new issue