MyNixOS website logo

Definition of groups.

Declarations
Type
attribute set of attribute set of list of string
Default
{ }
Example
{
  inboxes = {
    account1 = [ "Inbox" ];
    account2 = [ "Inbox" ];
  };
}