programs.aerc.enable
Whether to enable aerc.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.aerc.package
The aerc package to use.
Type: null or package
Default:
pkgs.aerc
Declared by:
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 (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma))
Default:
{ }
Example:
{
Work = {
source = "maildir://~/Maildir/work";
};
}
Declared by:
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 (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma))
Default:
{ }
Example:
{
messages = {
q = ":quit<Enter>";
};
}
Declared by:
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 (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma))
Default:
{ }
Example:
{
ui = {
sort = "-r date";
};
}
Declared by:
programs.aerc.stylesets
Stylesets added to $HOME/.config/aerc/stylesets/.
See aerc-stylesets(7).
Type: attribute set of (strings concatenated with “\n” or attribute set of (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)))
Default:
{ }
Example:
{ default = { ui = { "tab.selected.reverse" = "toggle"; }; }; };
Declared by:
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: