nix fixed
This commit is contained in:
parent
bff31936ca
commit
f28c3138f2
@ -67,7 +67,6 @@ sudo chsh -s $(which fish) $USER
|
||||
|
||||
bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||
|
||||
|
||||
################################################################################################################################
|
||||
##
|
||||
## Install neovim
|
||||
@ -79,7 +78,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||
sudo dnf install neovim -y
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||
nix-env -iA nixpkgs.neovim
|
||||
fish -c "nix-env -iA nixpkgs.neovim"
|
||||
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
@ -94,7 +93,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
## install atuin
|
||||
nix-env -iA nixpkgs.neovim
|
||||
nix-env -iA nixpkgs.jump
|
||||
fish -c "nix-env -iA nixpkgs.neovim"
|
||||
fish -c "nix-env -iA nixpkgs.jump"
|
||||
{{ end -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user