fix(gtk4): adopt the new default behavior and silence a compilation warning

This commit is contained in:
2026-03-23 13:15:54 +01:00
parent c31478461e
commit 20e19bb0be

View File

@@ -9,6 +9,7 @@
package = pkgs.gnome-themes-extra;
};
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
gtk4.theme = null;
gtk4.extraConfig.gtk-application-prefer-dark-theme = 1;
};