diff --git a/options.xhtml b/options.xhtml index 5ae557a0f..847651948 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50470,6 +50470,40 @@ package
Type: attribute set of (submodule)
+Declared by:
+
+
+<home-manager/modules/programs/thunderbird.nix>
+
+ |
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
Type: +list of package
+ +Default:
+[ ]
Example:
[
+ pkgs.some-thunderbird-extension
+]
+
+
+
Declared by: