Skip to content

Commit

Permalink
nix: use mkMerge as function
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent a50f28d commit 26ccb90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nix/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ in
cfg.config.plugins);

xdg.configFile."reset/ReSet.toml".source = (pkgs.formats.toml { }).generate "reset"
lib.mkMerge
{
plugins = fetchedPlugins;
(lib.mkMerge
{
plugins = fetchedPlugins;

}
cfg.config.plugin_config;
}
cfg.config.plugin_config);
};
}

0 comments on commit 26ccb90

Please sign in to comment.