MyNixOS website logo
option

programs.thunderbird.profiles.<name>.extensions

List of ‹name› add-on packages to install for this profile.

Note that it is necessary to manually enable extensions inside ‹name› after the first installation.

To automatically enable extensions add "extensions.autoDisableScopes" = 0; to programs.thunderbird.profiles.<profile>.settings.

Declarations
Type
list of package
Default
[ ]
Example
[
  pkgs.some-thunderbird-extension
]