From f03ab8a7dd235951f83355159317e1421bb7c3ed Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Sep 2024 09:55:24 +0100 Subject: [PATCH] Change default gtk2 config location to avoid clash with KDE plasma Add Qt theme tweaks --- system/home/desktop.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/home/desktop.nix b/system/home/desktop.nix index 31c1b2be..4279c67b 100644 --- a/system/home/desktop.nix +++ b/system/home/desktop.nix @@ -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 =