fix(usahara): rearrange monitors, add gtk3 prefer dark

This commit is contained in:
2025-08-06 21:46:09 -07:00
parent cedda8be37
commit 1344c4ac9e
2 changed files with 5 additions and 2 deletions

View File

@@ -133,6 +133,9 @@
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
qt = {
enable = true;