mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
nix: merge attr sets
This commit is contained in:
parent
404198be3d
commit
a50f28dbe6
|
@ -69,10 +69,12 @@ in
|
|||
})
|
||||
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
|
||||
{
|
||||
plugins = fetchedPlugins;
|
||||
|
||||
} ++ cfg.config.plugin_config;
|
||||
|
||||
}
|
||||
cfg.config.plugin_config;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue