Set platformTheme for Qt
This commit is contained in:
parent
cf2567eff9
commit
a2dd8d1bcf
|
@ -74,6 +74,7 @@
|
|||
gtk.iconCache.enable = true;
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = if config.lib.stylix.scheme.variant == "light" then "adwaita" else "adwaita-dark";
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue