howyay
howyay
Might be outdated pin in flake.lock?
It still occurs on Zen, but works normal for me on Librewolf
A workaround is to use `home.activation` to delete `~/.config/gtk-4.0/gtk.css` for now: ```home.activation.removeGTK4Theming = lib.hm.dag.entryAfter ["writeBoundary"] ''rm ${config.xdg.configHome}/gtk-4.0/gtk.css'';```
> @howyay hi! > > This also breaks the work of gtk4.extraCss > >  > >  > > Is there a way to override gtk4Css so that it...
> I am using a different workaround to the one suggested here, `xdg.configFile."gtk-4.0/gtk.css".enable = false;`, in addition to `home.file.".config/gtk-4.0/gtk.css".text = '' '';` with desired settings. This is far more concise...