diff --git a/nix/hm.nix b/nix/hm.nix index b277f57..bd6f00e 100644 --- a/nix/hm.nix +++ b/nix/hm.nix @@ -63,6 +63,6 @@ in xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset" { plugins = fetchedPlugins; - } ++ (pkgs.formats.toml cfg.config.plugin_config); + } ;#++ (pkgs.formats.toml cfg.config.plugin_config); }; }