Skip to content

Commit

Permalink
nix: use recursive update to merge toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 26ccb90 commit e839a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e839a25

Please sign in to comment.