WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit fc9cf0dd9c - Show all commits

View file

@ -28,6 +28,9 @@ export USRNAME=$USER
# Add ~/.bin to path # Add ~/.bin to path
export PATH="/home/$USER/.bin:$PATH" export PATH="/home/$USER/.bin:$PATH"
# Add ~/.cargo/bin to path
export PATH="/home/$USER/.cargo/bin:$PATH"
# go path # go path
export GOPATH=~/.go export GOPATH=~/.go