From 063cb98826ad119c3ddcf11b5a294f62e75ca0b7 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 7 Jun 2023 20:16:13 +0000 Subject: [PATCH] deploy: cc6745b35fefe48624ebf573382e1e0e4a6fe85e --- options.html | 2 ++ 1 file changed, 2 insertions(+) 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>