Add NIX_PATH variable

This commit is contained in:
Johannes Rothe 2024-12-20 09:05:30 +01:00
parent 57042de338
commit 72e9bd5b29

View File

@ -40,6 +40,7 @@
export GIT_COMMITTER_NAME="Johannes Rothe" export GIT_COMMITTER_NAME="Johannes Rothe"
export GIT_COMMITTER_EMAIL="${mail}" export GIT_COMMITTER_EMAIL="${mail}"
export VAULT_ADDR="https://passwords.magazino.eu:8201" export VAULT_ADDR="https://passwords.magazino.eu:8201"
export NIX_PATH=$HOME/.nix-defexpr/channels
''; '';
shellAliases = { shellAliases = {
"..." = "cd ../.."; "..." = "cd ../..";