MyNixOS website logo
option

programs.thunderbird.profiles.<name>.calendarAccountsOrder

Custom ordering of calendar accounts. The accounts are specified by their name. For declarative accounts, it must be the name of their attribute in config.accounts.calendar.accounts. Enabled accounts that aren't listed here appear in an arbitrary order after the ordered accounts.

Declarations
Type
list of string
Default
[ ]
Example
''
  [
    "my-awesome-account"
    "private"
    "work"
    "holidays"
    /* Other accounts in arbitrary order */
  ]
''