Install nix
This commit is contained in:
parent
38316c4a41
commit
34e7991180
1 changed files with 2 additions and 0 deletions
|
@ -16,3 +16,5 @@ export BROWSER=chromium
|
|||
export EDITOR=nvim
|
||||
|
||||
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
|
||||
|
||||
if [ -e /home/buffet/.nix-profile/etc/profile.d/nix.sh ]; then . /home/buffet/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
|
|
Loading…
Reference in a new issue