MyNixOS website logo
option

accounts.calendar.accounts.<name>.pimsync.extraPairDirectives

Extra directives that should be added under this accounts pair directive.

Declarations
Type
anything
Default
[ ]
Example
[
  {
    name = "collections";
    params = [
      "all"
    ];
  }
]