mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
nix: test without toml values
This commit is contained in:
parent
9f34ffeb9c
commit
3a31a4ce3b
|
@ -63,6 +63,6 @@ in
|
||||||
xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
|
xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
|
||||||
{
|
{
|
||||||
plugins = fetchedPlugins;
|
plugins = fetchedPlugins;
|
||||||
} ++ (pkgs.formats.toml cfg.config.plugin_config);
|
} ;#++ (pkgs.formats.toml cfg.config.plugin_config);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue