diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix
index 582143e7..4d8bccaf 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,
+ .
+ Once you have NUR installed run
+
+
+ $nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
+
+
+ to list the available Firefox add-ons.
+
+ Note that it is necessary to manually enable these
+ extensions inside Firefox after the first installation.
'';
};