diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index fb8dd74..de247f1 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -59,11 +59,15 @@ echo echo "Changing shell to fish for user $USER" sudo chsh -s $(which fish) $USER +echo " + ################################################################################################################################ ## ## Install nix packet manager (single user) ## ################################################################################################################################ +" +sleep 3 bash <(curl -L https://nixos.org/nix/install) --no-daemon @@ -92,8 +96,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon ################################################################################################################################ {{ if eq .chezmoi.os "linux" -}} - ## install atuin - fish -c "nix-env -iA nixpkgs.neovim" + fish -c "nix-env -iA nixpkgs.atuin" fish -c "nix-env -iA nixpkgs.jump" {{ end -}}