From 8798d24fef7204fd2cbd6a9a81134926d1dde078 Mon Sep 17 00:00:00 2001
From: ncfavier readAll
.
T
<home-manager/modules/accounts/email.nix>
Sign messages by default. Type: boolean Default: Declared by: Whether to enable the himalaya mail client for this account
-. Type: boolean Default: Example: Declared by: Whether to enable Enable Himalaya for this email account.. Type: boolean Default: Example: Declared by: The method for which himalaya will fetch, store,
-etc. mail. Type: null or one of "imap", "maildir" Declared by: Specifying 'accounts.email.accounts.*.himalaya.backend' is deprecated,
+set 'accounts.email.accounts.*.himalaya.settings.backend' instead. Type: null or string Default: Declared by: The method for which himalaya will send mail. Type: null or one of "smtp", "sendmail" Declared by: Specifying 'accounts.email.accounts.*.himalaya.sender' is deprecated,
+set 'accounts.email.accounts.*.himalaya.settings.sender' instead. Type: null or string Declared by: Extra settings to add to this himalaya
-account configuration. Type: TOML value Default: Example: Declared by: Himalaya configuration for this email account.
+See https://pimalaya.org/himalaya/cli/configuration/account.html for supported values. Type: TOML value Default: Declared by: The IMAP configuration to use for this account. Type: null or (submodule) Default: Declared by: Type: null or p
};
Declared by: Whether to enable himalaya mail client. Type: boolean Default: Example: Declared by: Whether to enable Enable the Himalaya email client.. Type: boolean Default: Example: Declared by: Package providing the himalaya mail client. Type: package Default: Declared by: The himalaya package to use. Type: package Default: Declared by: Global himalaya configuration values. Type: TOML value Default: Example: Declared by: Himalaya global configuration.
+See https://pimalaya.org/himalaya/cli/configuration/global.html for supported values. Type: TOML value Default: Declared by: Whether to enable Home Manager. Type: boolean Default: Example: Declared by: Type: null or string or positive integer, meaning >0 Default: Declared by: Whether to enable Enable the Himalaya new emails notifier service.. Type: boolean Default: Example: Declared by: Extra environment variables to be exported in the service. Type: attribute set of string Default: Example: Declared by: Name of the account the notifier should be started for. If
+no account is given, the default one is used. Type: null or string Default: Example: Declared by: Notifier lifetime of the IDLE session (in seconds). Type: null or signed integer Default: Example: Declared by: Whether to enable Enable the Himalaya folder changes watcher service.. Type: boolean Default: Example: Declared by: Extra environment variables to be exported in the service. Type: attribute set of string Default: Example: Declared by: 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: Example: Declared by: Watcher lifetime of the IDLE session (in seconds). Type: null or signed integer Default: Example: Declared by: Whether to enable the Home Manager upgrade service that periodically updates your Nix
channels before running Type: boolean Default: Example: Declared by:accounts.email.accounts.<name>.gpg.signByDefault
false
<home-manager/modules/accounts/email.nix>
-
accounts.email.accounts.<name>.himalaya.enable
false
true
+
accounts.email.accounts.<name>.himalaya.enable
false
true
<home-manager/modules/programs/himalaya.nix>
-
accounts.email.accounts.<name>.himalaya.backend
+
accounts.email.accounts.<name>.himalaya.backend
null
<home-manager/modules/programs/himalaya.nix>
-
accounts.email.accounts.<name>.himalaya.sender
+
accounts.email.accounts.<name>.himalaya.sender
<home-manager/modules/programs/himalaya.nix>
-
accounts.email.accounts.<name>.himalaya.settings
{ }
{
- default-page-size = 50;
-}
-
+
accounts.email.accounts.<name>.himalaya.settings
{ }
<home-manager/modules/programs/himalaya.nix>
accounts.email.accounts.<name>.imap
null
<home-manager/modules/accounts/email.nix>
@@ -3283,15 +3280,12 @@ as seen in example.
<home-manager/modules/programs/hexchat.nix>
-
programs.himalaya.enable
false
true
+
programs.himalaya.enable
false
true
<home-manager/modules/programs/himalaya.nix>
-
programs.himalaya.package
pkgs.himalaya
+
programs.himalaya.package
pkgs.himalaya
<home-manager/modules/programs/himalaya.nix>
-
programs.himalaya.settings
{ }
{
- email-listing-page-size = 50;
- watch-cmds = [ "mbsync -a" ]
-}
-
+
programs.himalaya.settings
{ }
<home-manager/modules/programs/himalaya.nix>
programs.home-manager.enable
false
true
<home-manager/modules/programs/home-manager.nix>
@@ -7717,6 +7711,30 @@ last stroke. Use this key along with the shift key to redo an
undone stoke. Set to
null
to disable the
undo hotkey."F10"
<home-manager/modules/services/gromit-mpx.nix>
+
services.himalaya-notify.enable
false
true
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-notify.environment
{ }
{
+ "PASSWORD_STORE_DIR" = "~/.password-store";
+}
+
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-notify.settings.account
null
"gmail"
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-notify.settings.keepalive
null
"500"
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-watch.enable
false
true
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-watch.environment
{ }
{
+ "PASSWORD_STORE_DIR" = "~/.password-store";
+}
+
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-watch.settings.account
null
"gmail"
+ <home-manager/modules/programs/himalaya.nix>
+
services.himalaya-watch.settings.keepalive
null
"500"
+ <home-manager/modules/programs/himalaya.nix>
services.home-manager.autoUpgrade.enable
home-manager switch
.false
true
<home-manager/modules/services/home-manager-auto-upgrade.nix>