firefox: show how to get pre-packaged add-ons

PR #1296

(cherry picked from commit ca6fcc92a1)
This commit is contained in:
Damien Cassou 2020-05-31 19:47:46 +02:00 committed by Robert Helgesson
parent ab911f44e6
commit 1710db409d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -101,9 +101,19 @@ in
] ]
''; '';
description = '' description = ''
List of Firefox add-on packages to install. Note, it is List of Firefox add-on packages to install. Some
necessary to manually enable these extensions inside Firefox pre-packaged add-ons are accessible from NUR,
after the first installation. <link xlink:href="https://github.com/nix-community/NUR"/>.
Once you have NUR installed run
<screen language="console">
<prompt>$</prompt> <userinput>nix-env -f '&lt;nixpkgs&gt;' -qaP -A nur.repos.rycee.firefox-addons</userinput>
</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.
''; '';
}; };