WIP: Switch to NixOS #5

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

View file

@ -25,8 +25,8 @@ setopt no_complete_aliases
# Variable to pass to sdotdrop to get current user
export USRNAME=$USER
# Add ~/.bin to path
export PATH="/home/$USER/.bin:$PATH"
# Add ~/.local/bin to path
export PATH="/home/$USER/.local/bin:$PATH"
# Add ~/.cargo/bin to path
export PATH="/home/$USER/.cargo/bin:$PATH"