diff --git a/nix/hm.nix b/nix/hm.nix index b056b1b..8f0cd43 100644 --- a/nix/hm.nix +++ b/nix/hm.nix @@ -69,9 +69,10 @@ in }) cfg.config.plugins); - xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml cfg.config.plugin_config).generate "reset" + xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml {}).generate "reset" { plugins = fetchedPlugins; - }; + + } ++ cfg.config.plugin_config; }; }