mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
nix: use mkMerge as function
This commit is contained in:
parent
a50f28dbe6
commit
26ccb90688
10
nix/hm.nix
10
nix/hm.nix
|
@ -70,11 +70,11 @@ 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.mkMerge
|
||||||
{
|
{
|
||||||
plugins = fetchedPlugins;
|
plugins = fetchedPlugins;
|
||||||
|
|
||||||
}
|
}
|
||||||
cfg.config.plugin_config;
|
cfg.config.plugin_config);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue