From b398d5b797901f6ca190d9885a7aea93a68c5867 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 2 Jan 2026 11:47:10 -0600 Subject: [PATCH] add(matugen): added qt support --- apps/matugen/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/matugen/default.nix b/apps/matugen/default.nix index 27f53b9..a3e6e4f 100644 --- a/apps/matugen/default.nix +++ b/apps/matugen/default.nix @@ -16,6 +16,12 @@ recursive = true; }; + # Qt theming - follow GTK theme + qt = { + enable = true; + platformTheme.name = "gtk"; + }; + # GTK theming with adw-gtk3 and Matugen colors gtk = { enable = true;