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
+1 -1
View File
@@ -60,8 +60,8 @@
i3.enable = true;
dwm.enable = true;
};
libinput.enable = true;
};
libinput.enable = true;
greetd = {
enable = true;
restart = true;
+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 = {