added back

This commit is contained in:
alsaiduq-lab 2025-06-14 13:50:19 -06:00
parent 32e8236f36
commit a9d1fb86bc

View file

@ -3,6 +3,14 @@
lib, lib,
... ...
}: { }: {
environment.shellInit = ''
if [ -d "$HOME/.cargo/bin" ]; then
export PATH="$PATH:$HOME/.cargo/bin"
fi
if [ -d "$HOME/.npm-global/bin" ]; then
export PATH="$PATH:$HOME/.npm-global/bin"
fi
'';
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";