From c1653d9336266db53c5d02b8a618daa2767e3c43 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 20 Jan 2026 11:59:24 -0500 Subject: update gtk icon theme, add qt->gtk theme shim --- system/desktop.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system') diff --git a/system/desktop.nix b/system/desktop.nix index 8a37148..9017ce7 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -31,6 +31,13 @@ in { # gtk portal? programs.dconf.enable = true; + # qt + qt = { + enable = true; + platformTheme = "gtk2"; + style = "gtk2"; + }; + # audio / video services.pipewire = { enable = true; -- cgit v1.2.3-freya