mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +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);
|
cfg.config.plugins);
|
||||||
|
|
||||||
xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
|
xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
|
||||||
(lib.mkMerge
|
(lib.recursiveUpdate
|
||||||
{
|
{
|
||||||
plugins = fetchedPlugins;
|
plugins = fetchedPlugins;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue