pipx and neovim via nix for debian

This commit is contained in:
Anton Volnuhin 2024-05-21 01:38:38 +03:00
parent df01d7436c
commit 9656c4e501

View File

@ -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"