diff --git a/options.xhtml b/options.xhtml index 11297cba4..7e1173dfa 100644 --- a/options.xhtml +++ b/options.xhtml @@ -3401,7 +3401,7 @@ boolean
Himalaya CLI configuration for this email account. -See https://pimalaya.org/himalaya/cli/latest/configuration/index.html#account-configuration for supported values.
+See https://github.com/pimalaya/himalaya/blob/master/config.sample.toml for supported values.Type: TOML value
@@ -27715,7 +27715,7 @@ packageHimalaya CLI global configuration. -See https://pimalaya.org/himalaya/cli/latest/configuration/index.html#global-configuration for supported values.
+See https://github.com/pimalaya/himalaya/blob/master/config.sample.toml for supported values.Type: TOML value
@@ -66063,91 +66063,6 @@ null or string or (positive integer, meaning >0)services.himalaya-watch.enable
-
-
-Whether to enable the email client Himalaya CLI envelopes watcher service.
- -Type: -boolean
- -Default:
-false
Example:
-true
Declared by:
-
-
-<home-manager/modules/programs/himalaya.nix>
-
- |
services.himalaya-watch.environment
-
-
-Extra environment variables to be exported in the service.
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
- "PASSWORD_STORE_DIR" = "~/.password-store";
-}
-
-
-
-Declared by:
-
-
-<home-manager/modules/programs/himalaya.nix>
-
- |
services.himalaya-watch.settings.account
-
-
-Name of the account the watcher should be started for. -If no account is given, the default one is used.
- -Type: -null or string
- -Default:
-null
Example:
-"personal"
Declared by:
-
-
-<home-manager/modules/programs/himalaya.nix>
-
- |
services.home-manager.autoUpgrade.enable