MyNixOS website logo
option

launchd.agents.<name>.config

Define a launchd job. See launchd.plist(5) for details.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  ProgramArguments = [ "/usr/bin/say" "Good afternoon" ];
  StartCalendarInterval = [
    {
      Hour = 12;
      Minute = 0;
    }
  ];
}