refactor(qt): consolidate qt configuration options

This commit is contained in:
tux
2025-09-23 15:51:20 +05:30
parent f74b3c6d3c
commit 386ecf0b24

View File

@@ -30,10 +30,14 @@
name = "Bibata-Modern-Ice";
};
qt.enable = true;
qt.platformTheme.name = "gtk";
qt.style.name = "adwaita-dark";
qt.style.package = pkgs.adwaita-qt;
qt = {
enable = true;
platformTheme.name = "gtk";
style = {
name = "adwaita-dark";
package = pkgs.adwaita-qt;
};
};
gtk = {
enable = true;