Change default gtk2 config location to avoid clash with KDE plasma
Add Qt theme tweaks
This commit is contained in:
parent
b880d1bd57
commit
f03ab8a7dd
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue