home.sessionPath
Extra directories to prepend to PATH.
These directories are added to the PATH variable in a
double-quoted context, so expressions like $HOME are
expanded by the shell. However, since expressions like ~ or
* are escaped, they will end up in the PATH
verbatim.
- Type
list of string- Default
[ ]- Example
[ "$HOME/.local/bin" "\${xdg.configHome}/emacs/bin" ".git/safe/../../bin" ]- Declared
- <home-manager/modules/home-environment.nix>