add(matugen): added qt support

This commit is contained in:
kenji
2026-01-02 11:47:10 -06:00
parent fc0c7d9405
commit b398d5b797
+6
View File
@@ -16,6 +16,12 @@
recursive = true;
};
# Qt theming - follow GTK theme
qt = {
enable = true;
platformTheme.name = "gtk";
};
# GTK theming with adw-gtk3 and Matugen colors
gtk = {
enable = true;