aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/firefox.nix
diff options
context:
space:
mode:
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.
'';
};