MyNixOS website logo

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.

Declarations
    Type
    attribute set of (string or list of string)
    Default
    { }
    Example
    {
      EDITOR = "vim";
      LANG = "nl_NL.UTF-8";
    }