aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/firefox.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-06-09 22:12:08 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-09 22:12:08 +0200
commitabcddfe090f3d3647278db6c95bf6a6a0d50f467 (patch)
tree0e2ed35190a78014cdaed50c04f11bf7b2d2e0f3 /modules/programs/firefox.nix
parent5a97bf30d498e84de87bc247b6fa4f4115b68c6d (diff)
firefox: update extensions option description
This adds a note that the extensions will only apply to profiles managed through Home Manager.
Diffstat (limited to '')
-rw-r--r--modules/programs/firefox.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix
index 4d8bccaf0c3..d5003f59edc 100644
--- a/modules/programs/firefox.nix
+++ b/modules/programs/firefox.nix
@@ -111,9 +111,19 @@ in
</screen>
to list the available Firefox add-ons.
+
</para><para>
+
Note that it is necessary to manually enable these
extensions inside Firefox after the first installation.
+
+ </para><para>
+
+ Extensions listed here will only be available in Firefox
+ profiles managed through the
+ <link linkend="opt-programs.firefox.profiles">programs.firefox.profiles</link>
+ option. This is due to recent changes in the way Firefox
+ handles extension side-loading.
'';
};