home.sessionSearchVariables

Home-Manager option

Extra directories to prepend to arbitrary PATH-like environment variables (e.g.: MANPATH). The values will be concatenated by :. These directories are added to the environment 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 environment verbatim.

type: attribute set of list of string
Default
{ }
Example
{ MANPATH = [ "$HOME/.npm-packages/man" "\${xdg.configHome}/.local/share/man" ]; }
declared in: <home-manager/modules/home-environment.nix>source unavailable