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;
gtk = {
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
};
qt.enable = true;
qt = {
enable = true;
style = {
name = "adwaita";
package = pkgs.adwaita-qt;
};
};
xdg = {
mime.enable = true;
mimeApps =