From 9656c4e501605f2b7d2cc8109a0c32a9827865b9 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 01:38:38 +0300 Subject: [PATCH] pipx and neovim via nix for debian --- run_onchange_before_install_main_deps.sh.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"