Update gtk4 theming configuration in gtk-qt-theming.nix

This commit is contained in:
2026-06-04 16:42:31 -03:00
parent f701177197
commit 1cbca207b6
+8 -2
View File
@@ -110,8 +110,14 @@
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
gtk4 = {
theme = {
name = cfg.gtkTheme.name;
package = cfg.gtkTheme.package;
};
extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
};
};
}