Update gtk4 theming configuration in gtk-qt-theming.nix
This commit is contained in:
@@ -110,8 +110,14 @@
|
|||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme = 1;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
};
|
};
|
||||||
gtk4.extraConfig = {
|
gtk4 = {
|
||||||
gtk-application-prefer-dark-theme = 1;
|
theme = {
|
||||||
|
name = cfg.gtkTheme.name;
|
||||||
|
package = cfg.gtkTheme.package;
|
||||||
|
};
|
||||||
|
extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user