feat(home/qt): use native gtk3 platform theme plugin

This commit is contained in:
Gabriel Fontes
2024-05-05 12:26:05 -03:00
parent 1804f99ce9
commit 99371ce59b
+2 -4
View File
@@ -4,10 +4,8 @@
}: {
qt = {
enable = true;
platformTheme = "gtk";
style = {
name = "gtk2";
package = pkgs.qt6Packages.qt6gtk2;
platformTheme = {
name = "gtk3";
};
};
}