chore(flake): update inputs

Includes GNOME 42 update and changes to get its new dark mode and
pop-shell working.
This commit is contained in:
Felix Schröter 2022-03-29 21:26:59 +02:00
parent db0ca6c89c
commit 4df7f5a400
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 22 additions and 14 deletions

View file

@ -3,5 +3,6 @@
{
gtk.enable = true;
gtk.theme.name = "Adwaita-dark";
gtk.gtk3.extraConfig = { gtk-application-prefer-dark-theme = true; };
gtk.gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
gtk.gtk4.extraConfig.gtk-application-prefer-dark-theme = true;
}