Non-working dark-theme config

This commit is contained in:
Vili Sinervä 2024-07-20 14:17:42 +03:00
parent 7668a86ff4
commit 4841795edb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -96,6 +96,7 @@ in
};
};
};
xdg.mime.defaultApplications = {
"application/pdf" = "org.gnome.Evince.desktop";
"text/plain" = "org.xfce.mousepad.desktop";
@ -104,6 +105,13 @@ in
qt = {
enable = true;
style = "breeze";
style = "adwaita-dark";
platformTheme = "gnome";
};
environment.etc = {
"gtk-2.0/gtkrc".source = ./program-config-files/gtkrc-2.0;
"gtk-3.0/settings.ini".source = ./program-config-files/gtk-3-4-settings.ini;
"gtk-4.0/settings.ini".source = ./program-config-files/gtk-3-4-settings.ini;
};
}