Change default gtk2 config location to avoid clash with KDE plasma

Add Qt theme tweaks
This commit is contained in:
Evie Litherland-Smith 2024-09-28 09:55:24 +01:00
parent b880d1bd57
commit f03ab8a7dd

View file

@ -18,12 +18,19 @@
programs.mpv.enable = true; programs.mpv.enable = true;
gtk = { gtk = {
enable = true; enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
iconTheme = { iconTheme = {
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;
name = "Papirus"; name = "Papirus";
}; };
}; };
qt.enable = true; qt = {
enable = true;
style = {
name = "adwaita";
package = pkgs.adwaita-qt;
};
};
xdg = { xdg = {
mime.enable = true; mime.enable = true;
mimeApps = mimeApps =