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;