1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-11 17:23:38 +02:00

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

PR #1296
This commit is contained in:
Damien Cassou 2020-05-31 19:47:46 +02:00 committed by Robert Helgesson
parent 8e8210b441
commit ca6fcc92a1
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -101,9 +101,19 @@ in
]
'';
description = ''
List of Firefox add-on packages to install. Note, it is
necessary to manually enable these extensions inside Firefox
after the first installation.
List of Firefox add-on packages to install. Some
pre-packaged add-ons are accessible from NUR,
<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.
'';
};