added back
This commit is contained in:
parent
32e8236f36
commit
a9d1fb86bc
1 changed files with 8 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue