mirror of
https://github.com/nix-community/home-manager
synced 2025-01-26 19:05:02 +01:00
firefox: update extensions option description
This adds a note that the extensions will only apply to profiles managed through Home Manager.
This commit is contained in:
parent
5a97bf30d4
commit
abcddfe090
1 changed files with 10 additions and 0 deletions
|
@ -111,9 +111,19 @@ in
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
to list the available Firefox add-ons.
|
to list the available Firefox add-ons.
|
||||||
|
|
||||||
</para><para>
|
</para><para>
|
||||||
|
|
||||||
Note that it is necessary to manually enable these
|
Note that it is necessary to manually enable these
|
||||||
extensions inside Firefox after the first installation.
|
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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue