revert(gtk): don't replace normal tweak with default (#271)

this was unnecessary

Refs: 92e2d7a
This commit is contained in:
Isabel 2024-07-02 11:22:30 +01:00 committed by GitHub
parent 9eb0610d48
commit 7bfda77cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}";