Set platformTheme for Qt

This commit is contained in:
Evie Litherland-Smith 2025-01-21 07:48:05 +00:00
parent cf2567eff9
commit a2dd8d1bcf

View file

@ -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 = {