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.
Declarations
Type
attribute set of list of string
Default
{ }
Example
{
MANPATH = [
"$HOME/.npm-packages/man"
"\${xdg.configHome}/.local/share/man"
];
}
Sign in to create a configuration using this setting.