diff --git a/index.html b/index.html index 4f1e31411..f4a49dc73 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 858b72b18..cbee19782 100644 --- a/options.html +++ b/options.html @@ -648,6 +648,20 @@ attribute name of the account configuration. ""
Example:
"color status cyan default"
+
Declared by:
+ <home-manager/modules/programs/neomutt.nix>
+ |
accounts.email.accounts.<name>.neomutt.extraMailboxes
List of extra mailboxes
Type: list of string or submodules
Default:
+
+ [
+
+ ]
+
+
Declared by:
+ <home-manager/modules/programs/neomutt.nix>
+ |
accounts.email.accounts.<name>.neomutt.mailboxName
Use a different name as mailbox name
Type: null or string
Default:
+ null
+
Example:
+ "==== <mailbox-name> ==="
Declared by:
<home-manager/modules/programs/neomutt.nix>
|
accounts.email.accounts.<name>.neomutt.sendMailCommand
Command to send a mail. If not set, neomutt will be in charge of sending mails. @@ -5470,7 +5484,7 @@ csh 1 ^#!\s*/.*\b(csh|tcsh)\s* <home-manager/modules/programs/neomutt.nix>
programs.neomutt.sidebar.format
Sidebar format. Check neomutt documentation for details.
Type: string
Default:
- "%B%?F? [%F]?%* %?N?%N/?%S"
+ "%D%?F? [%F]?%* %?N?%N/?%S"
Declared by:
<home-manager/modules/programs/neomutt.nix>
|
programs.neomutt.sidebar.shortPath
By default sidebar shows the full path of the mailbox, but diff --git a/tools.html b/tools.html index 94c8ef7ab..a80752827 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -