From 9b35c5ee663ba9968859ef200f521c2050cc85e3 Mon Sep 17 00:00:00 2001
From: rycee
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: