mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
nix: use recursive update to merge toml
This commit is contained in:
parent
26ccb90688
commit
e839a2572f
|
@ -70,7 +70,7 @@ in
|
|||
cfg.config.plugins);
|
||||
|
||||
xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
|
||||
(lib.mkMerge
|
||||
(lib.recursiveUpdate
|
||||
{
|
||||
plugins = fetchedPlugins;
|
||||
|
||||
|
|
Loading…
Reference in a new issue