home.sessionPath
Home-Manager option
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 stringDefault
[ ]
Example
declared in: <home-manager/modules/home-environment.nix>source unavailable[ "$HOME/.local/bin" "\${xdg.configHome}/emacs/bin" ".git/safe/../../bin" ]