From ca6fcc92a11f5c1d7f2d208d5795df6fd85842ce Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 31 May 2020 19:47:46 +0200 Subject: [PATCH] firefox: show how to get pre-packaged add-ons PR #1296 --- modules/programs/firefox.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix index 582143e7d..4d8bccaf0 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. ''; };