MyNixOS website logo
option

launchd.daemons.<name>.environment

Environment variables passed to the service's processes.

Declarations
    Type
    attribute set of (string or list of string)
    Default
    { }
    Example
    {
      LANG = "nl_NL.UTF-8";
      PATH = "/foo/bar/bin";
    }