diff --git a/options.html b/options.html index 67ab825a9..b47216e74 100644 --- a/options.html +++ b/options.html @@ -1537,6 +1537,8 @@ Available configuration options are described in the abook repository: <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.package

The aerc package to use.

Type: package

Default: pkgs.aerc

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>