environment.variables

A set of environment variables used in the global environment. These variables will be set on shell initialisation. The value of each variable can be either a string or a list of strings. The latter is concatenated, interspersed with colon characters.

Type
attribute set of (string or list of string)
Default
{ }
Example
{
  EDITOR = "vim";
  LANG = "nl_NL.UTF-8";
}
Declared
<nix-darwin/modules/environment>