home: add .local/bin to env
This commit is contained in:
parent
fbf1670bf9
commit
f2ec199564
1 changed files with 1 additions and 0 deletions
|
|
@ -3,5 +3,6 @@
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
"${config.xdg.configHome}/emacs/bin"
|
"${config.xdg.configHome}/emacs/bin"
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
"${config.home.homeDirectory}/.cargo/bin"
|
||||||
|
"${config.home.homeDirectory}/.local/bin"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue