adwaita issue
This commit is contained in:
@@ -10,22 +10,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user