adwaita issue

This commit is contained in:
2026-03-14 13:02:00 +00:00
parent bb594f638c
commit 5ea8ade95b
2 changed files with 12 additions and 23 deletions
+6 -12
View File
@@ -1200,22 +1200,17 @@ This file installs and configures eww
adwaita-icon-theme
];
# GTK settings
gtk = {
theme = {
name = "Adwaita-dark";
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
};
# GTK icon theme
gtk.iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
# Qt settings
# Set GTK theme via environment variable
environment.sessionVariables = {
GTK_THEME = "Adwaita:dark";
QT_STYLE_OVERRIDE = "gtk2";
QT_QPA_PLATFORMTHEME = "gtk2";
GTK_THEME = "Adwaita:dark";
};
# For Qt5/Qt6 apps
@@ -1224,7 +1219,6 @@ This file installs and configures eww
@import "dark";
'';
}
#+END_SRC
** =generated/system/development/top.nix=