environment.profileRelativeEnvVars
Attribute set of environment variable. Each attribute maps to a list
of relative paths. Each relative path is appended to the each profile
of environment.profiles to form the content of the
corresponding environment variable.
- Type
attribute set of list of string- Example
{ MANPATH = [ "/man" "/share/man" ]; PATH = [ "/bin" ]; }- Declared
- <nixpkgs/nixos/modules/config/shells-environment.nix>