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 adwaita-icon-theme
]; ];
# GTK settings # GTK icon theme
gtk = { gtk.iconTheme = {
theme = { name = "Adwaita";
name = "Adwaita-dark"; package = pkgs.adwaita-icon-theme;
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
};
}; };
# Qt settings # Set GTK theme via environment variable
environment.sessionVariables = { environment.sessionVariables = {
GTK_THEME = "Adwaita:dark";
QT_STYLE_OVERRIDE = "gtk2"; QT_STYLE_OVERRIDE = "gtk2";
QT_QPA_PLATFORMTHEME = "gtk2"; QT_QPA_PLATFORMTHEME = "gtk2";
GTK_THEME = "Adwaita:dark";
}; };
# For Qt5/Qt6 apps # For Qt5/Qt6 apps
@@ -1224,7 +1219,6 @@ This file installs and configures eww
@import "dark"; @import "dark";
''; '';
} }
#+END_SRC #+END_SRC
** =generated/system/development/top.nix= ** =generated/system/development/top.nix=
+6 -11
View File
@@ -10,22 +10,17 @@
adwaita-icon-theme adwaita-icon-theme
]; ];
# GTK settings # GTK icon theme
gtk = { gtk.iconTheme = {
theme = { name = "Adwaita";
name = "Adwaita-dark"; package = pkgs.adwaita-icon-theme;
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
};
}; };
# Qt settings # Set GTK theme via environment variable
environment.sessionVariables = { environment.sessionVariables = {
GTK_THEME = "Adwaita:dark";
QT_STYLE_OVERRIDE = "gtk2"; QT_STYLE_OVERRIDE = "gtk2";
QT_QPA_PLATFORMTHEME = "gtk2"; QT_QPA_PLATFORMTHEME = "gtk2";
GTK_THEME = "Adwaita:dark";
}; };
# For Qt5/Qt6 apps # For Qt5/Qt6 apps