This commit is contained in:
2024-05-07 23:18:19 +01:00
parent 5466e8ad8c
commit 7044845aea
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -98,9 +98,11 @@
# THEMING
## QT SECTION
qt.enable = true;
qt.platformTheme = "gtk";
qt.style.name = "adwaita-dark";
qt = {
enable = true;
platformTheme.name = "gtk";
style.name = "adwaita-dark";
};
## GTK SECTION
gtk = {