WIP: Switch to NixOS #5

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

View file

@ -31,6 +31,9 @@ export PATH="$HOME/.local/bin:$PATH"
# Add ~/.cargo/bin to path # Add ~/.cargo/bin to path
export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH"
# Add ~/.local/share/nvim/mason/bin to path
export PATH="$HOME/.local/share/nvim/mason/bin:$PATH"
# go path # go path
export GOPATH=~/.go export GOPATH=~/.go