Skip to content

Commit

Permalink
fix(nix): don't show neovim plugins update log during hm activation
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jul 29, 2024
1 parent 4626468 commit a717349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ in
};

home.activation = {
update-neovim-plugins = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
PATH="${config.home.path}/bin:$PATH" run nvim --headless "+Lazy! restore | qa"
updateNeovimPlugins = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
PATH="${config.home.path}/bin:$PATH" run --quiet nvim --headless "+Lazy! restore | qa"
'';
};

Expand Down

0 comments on commit a717349

Please sign in to comment.