Update gtk4 theming configuration in gtk-qt-theming.nix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user