From 3a31a4ce3beaac461a000b9ff3956ea3f9fb9235 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Thu, 30 May 2024 19:40:43 +0200 Subject: [PATCH] nix: test without toml values --- nix/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; }