MyNixOS website logo

A set of environment variables to be set on all future processes launched by launchd in the caller's context. 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
    {
      LANG = "nl_NL.UTF-8";
    }