From abcddfe090f3d3647278db6c95bf6a6a0d50f467 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 9 Jun 2020 22:12:08 +0200 Subject: [PATCH] firefox: update extensions option description This adds a note that the extensions will only apply to profiles managed through Home Manager. --- modules/programs/firefox.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix index 4d8bccaf0..d5003f59e 100644 --- a/modules/programs/firefox.nix +++ b/modules/programs/firefox.nix @@ -111,9 +111,19 @@ in to list the available Firefox add-ons. + + Note that it is necessary to manually enable these extensions inside Firefox after the first installation. + + + + Extensions listed here will only be available in Firefox + profiles managed through the + programs.firefox.profiles + option. This is due to recent changes in the way Firefox + handles extension side-loading. ''; };