nix fixed

This commit is contained in:
Anton Volnuhin 2023-05-28 15:18:51 +03:00
parent bff31936ca
commit f28c3138f2

View File

@ -67,7 +67,6 @@ sudo chsh -s $(which fish) $USER
bash <(curl -L https://nixos.org/nix/install) --no-daemon bash <(curl -L https://nixos.org/nix/install) --no-daemon
################################################################################################################################ ################################################################################################################################
## ##
## Install neovim ## Install neovim
@ -79,7 +78,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon
sudo dnf install neovim -y sudo dnf install neovim -y
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
nix-env -iA nixpkgs.neovim fish -c "nix-env -iA nixpkgs.neovim"
{{ end -}} {{ end -}}
{{ end -}} {{ end -}}
@ -94,7 +93,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.os "linux" -}}
## install atuin ## install atuin
nix-env -iA nixpkgs.neovim fish -c "nix-env -iA nixpkgs.neovim"
nix-env -iA nixpkgs.jump fish -c "nix-env -iA nixpkgs.jump"
{{ end -}} {{ end -}}