From 54586d3d043e31205c2f2a7c22d008e46059baf8 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 21 Feb 2023 21:08:30 +0000 Subject: [PATCH] deploy: c7c69ec40543d5c088abf0af816aff7b738ccaa2 --- options.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/options.html b/options.html index 03c3ae1c..79d2d384 100644 --- a/options.html +++ b/options.html @@ -982,10 +982,12 @@ of launchd's LaunchAgents.

Type: bo <home-manager/modules/launchd/default.nix>

launchd.agents.<name>.config

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

Type: submodule

Default: { }

Example:

{
   ProgramArguments = [ "/usr/bin/say" "Good afternoon" ];
-  StartCalendarInterval = {
-    Hour = 12;
-    Minute = 0;
-  };
+  StartCalendarInterval = [
+    {
+      Hour = 12;
+      Minute = 0;
+    }
+  ];
 }
 

Declared by:

<home-manager/modules/launchd/default.nix>