diff --git a/index.html b/index.html index ddfc78b26..fb380f976 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 2e2a87c2a..287c54fc3 100644 --- a/options.html +++ b/options.html @@ -82,10 +82,46 @@ For NixOS, the default value for this option includes at least this argument: <home-manager/modules/programs/astroid.nix>
<home-manager/modules/programs/alot.nix>
+
+ <home-manager/modules/programs/aerc.nix>
<home-manager/modules/accounts/email.nix>
accounts.email.accounts.<name>.address
The email address of this account.
Type: string matching the pattern .*@.*
Example: "jane.doe@example.org"
Declared by:
<home-manager/modules/accounts/email.nix>
+ |
accounts.email.accounts.<name>.aerc.enable
Whether to enable aerc.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
accounts.email.accounts.<name>.aerc.extraAccounts
Extra config added to the configuration of this account in
+$HOME/.config/aerc/accounts.conf
.
+See aerc-config(5).
+
Type: attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { source = "maildir://~/Maildir/example"; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
accounts.email.accounts.<name>.aerc.extraBinds
Extra bindings specific to this account, added to
+$HOME/.config/aerc/accounts.conf
.
+See aerc-config(5).
+
Type: attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { messages = { d = ":move ${folder.trash}<Enter>"; }; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
accounts.email.accounts.<name>.aerc.extraConfig
Extra config specific to this account, added to
+$HOME/.config/aerc/aerc.conf
.
+See aerc-config(5).
+
Type: attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { ui = { sidebar-width = 42; }; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
accounts.email.accounts.<name>.aerc.smtpAuth
Sets the authentication mechanism if smtp is used as the outgoing +method. +See aerc-smtp(5). +
Type: null or one of "none", "plain", "login"
Default: "plain"
Example: "auth"
Declared by:
+ <home-manager/modules/programs/aerc.nix>
|
accounts.email.accounts.<name>.aliases
Alternative email addresses of this account.
Type: list of string matching the pattern .*@.*
Default: Declared by:
[
@@ -1934,6 +1970,51 @@ view CONTACT = name, email
set autosave=true
''
<home-manager/modules/programs/abook.nix>
+
programs.aerc.enable
Whether to enable aerc.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
programs.aerc.extraAccounts
Extra lines added to $HOME/.config/aerc/accounts.conf
.
+See aerc-config(5).
+
Type: strings concatenated with "\n" or attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { Work = { source = "maildir://~/Maildir/work"; }; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
programs.aerc.extraBinds
Extra lines added to $HOME/.config/aerc/binds.conf
.
+Global keybindings can be set in the `global` section.
+See aerc-config(5).
+
Type: strings concatenated with "\n" or attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { messages = { q = ":quit<Enter>"; }; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
programs.aerc.extraConfig
Extra lines added to $HOME/.config/aerc/aerc.conf
.
+See aerc-config(5).
+
Type: strings concatenated with "\n" or attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma
Default:
+ {
+
+ }
+
Example: { ui = { sort = "-r date"; }; }
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
programs.aerc.stylesets
Stylesets added to $HOME/.config/aerc/stylesets/
.
+See aerc-stylesets(7).
+
Type: attribute set of attribute set of values (null, bool, int, string of float) or a list of values, that will be joined with a comma or strings concatenated with "\n"
Default:
+ {
+
+ }
+
Example:
{ default = { ui = { "tab.selected.reverse" = toggle; }; }; }; +
Declared by:
+ <home-manager/modules/programs/aerc.nix>
+ |
programs.aerc.templates
Templates added to $HOME/.config/aerc/templates/
.
+See aerc-templates(7).
+
Type: attribute set of strings concatenated with "\n"
Default:
+ {
+
+ }
+
Example:
{ new_message = "Hello!"; }; +
Declared by:
+ <home-manager/modules/programs/aerc.nix>
|
programs.afew.enable
Whether to enable the afew initial tagging script for Notmuch.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/afew.nix>
|
programs.afew.extraConfig
Extra lines added to afew configuration file. Available diff --git a/tools.html b/tools.html index e7cea00b8..f18db5a6d 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,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
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -