MyNixOS website logo
option

accounts.email.accounts.<name>.meli.mailboxAliases

Folder display name.

Declarations
Type
attribute set of (attribute set)
Default
{ }
Example
{
  INBOX = {
    alias = "📥 Inbox";
  };
  Sent = {
    alias = "📤 Sent";
  };
}