Skip to content

Commit

Permalink
fix(nix): remove zinit activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 8, 2024
1 parent f3a74d2 commit 8e7966b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ in
};

home.activation = {
install-zinit = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
ZINIT_HOME="${config.xdg.dataHome}/zinit/zinit.git"
if ! [ -d "$ZINIT_HOME" ]; then
$DRY_RUN_CMD ${pkgs.git}/bin/git clone $VERBOSE_ARG https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
fi
'';

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

0 comments on commit 8e7966b

Please sign in to comment.