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:
Declared by: +
accounts.calendar.accounts.<name>.vdirsyncer.userNameCommand
+
+
+A command that prints the user name to standard output. + +Type: +null or (list of string) + +Default:
+ Example:
+
Declared by:
|