diff --git a/index.html b/index.html index 30f82ebf4..be6127924 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index da3447326..68a5d66b4 100644 --- a/options.html +++ b/options.html @@ -23,6 +23,8 @@ <home-manager/modules/programs/mbsync.nix>
<home-manager/modules/programs/lieer.nix>
+
+ <home-manager/modules/programs/himalaya.nix>
<home-manager/modules/programs/getmail.nix>
@@ -201,6 +203,26 @@ disable readAll.
false
Declared by:
<home-manager/modules/accounts/email.nix>
+ |
accounts.email.accounts.<name>.himalaya.enableWhether to enable the himalaya mail client for this account +.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/himalaya.nix>
+ |
accounts.email.accounts.<name>.himalaya.settingsExtra settings to add to this himalaya +account configuration. +
Type: TOML value
Default:
+
+ {
+
+ }
+
+
Example:
{
+ default-page-size = 50;
+}
+Declared by:
+ <home-manager/modules/programs/himalaya.nix>
|
accounts.email.accounts.<name>.imapThe IMAP configuration to use for this account.
Type: null or submodule
Default: Declared by:
null
@@ -3505,6 +3527,29 @@ Note that lists are converted to duplicate keys.
}
<home-manager/modules/programs/gpg.nix>
+
programs.himalaya.enableWhether to enable himalaya mail client.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/himalaya.nix>
+ |
programs.himalaya.packagePackage providing the himalaya mail client. +
Type: package
Default:
+ pkgs.himalaya
+
Declared by:
+ <home-manager/modules/programs/himalaya.nix>
+ |
programs.himalaya.settingsGlobal himalaya configuration values. +
Type: TOML value
Default:
+
+ {
+
+ }
+
+
Example:
{
+ default-page-size = 50;
+}
+Declared by:
+ <home-manager/modules/programs/himalaya.nix>
|
programs.home-manager.enableWhether to enable Home Manager.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -147,7 +147,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 38371cfd5..0482bb2bc 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -78,7 +78,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -246,15 +246,15 @@
attrPath--verbose