diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index a3b5d2c..92ad053 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -3,7 +3,7 @@ STEPS=12 PAD_LEN=4 -BASE_PACKAGES="gnupg curl wget git gcc" +BASE_PACKAGES="gnupg curl wget git gcc pipx" ACT_PACKAGES="ripgrep unzip htop fzf bat gawk jq nnn tmux mc nethogs ngrep mtr" #Colors @@ -190,7 +190,9 @@ new_line "via NIX" sudo install lazygit /usr/local/bin 2>&1|pad nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.atuin 2>&1|pad - + {{ if eq .chezmoi.osRelease.id "debian" -}} + nix-env -iA nixpkgs.neovim 2>&1|pad + {{ end -}} {{ end -}} new_line "Installing shell-gpt"