aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/firefox.nix
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2020-05-31 19:47:46 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-04 21:29:51 +0200
commitca6fcc92a11f5c1d7f2d208d5795df6fd85842ce (patch)
tree665c1d531b316025314133307f3f27008ec46088 /modules/programs/firefox.nix
parent8e8210b4412b2d4cf0487efdca2e3ef91c0eea5a (diff)
firefox: show how to get pre-packaged add-ons
PR #1296
Diffstat (limited to '')
-rw-r--r--modules/programs/firefox.nix16
1 files changed, 13 insertions, 3 deletions
diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix
index 582143e7d72..4d8bccaf0c3 100644
--- a/modules/programs/firefox.nix
+++ b/modules/programs/firefox.nix
@@ -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.
'';
};