From f71f301975a982e9442156d54c721e046b54bcb1 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 22 Mar 2024 16:19:34 +0000 Subject: [PATCH] deploy: 19b87b9ae6ecfd81104a2a36ef8364f1de1b54b1 --- options.xhtml | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) diff --git a/options.xhtml b/options.xhtml index 8276c75e3..2e938571a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -987,6 +987,35 @@ null or string

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/accounts/calendar.nix> + +
+ +
+ + accounts.calendar.accounts.<name>.vdirsyncer.urlCommand + + +
+
+

A command that prints the URL of the storage.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "~/get-url.sh"
+]
+
+

Declared by:

@@ -1012,6 +1041,35 @@ null or string

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/accounts/calendar.nix> + +
+ +
+ + accounts.calendar.accounts.<name>.vdirsyncer.userNameCommand + + +
+
+

A command that prints the user name to standard output.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "~/get-username.sh"
+]
+
+

Declared by:

@@ -1939,6 +1997,35 @@ null or string

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/accounts/contacts.nix> + +
+ +
+ + accounts.contact.accounts.<name>.vdirsyncer.urlCommand + + +
+
+

A command that prints the URL of the storage.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "~/get-url.sh"
+]
+
+

Declared by:

@@ -1964,6 +2051,35 @@ null or string

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/accounts/contacts.nix> + +
+ +
+ + accounts.contact.accounts.<name>.vdirsyncer.userNameCommand + + +
+
+

A command that prints the user name to standard output.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "~/get-username.sh"
+]
+
+

Declared by: