MyNixOS website logo
option

programs.firefox.profiles.<name>.extensions

List of ‹name› add-on packages to install for this profile. Some pre-packaged add-ons are accessible from the Nix User Repository. Once you have NUR installed run

$ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons

to list the available ‹name› add-ons.

Note that it is necessary to manually enable these extensions inside ‹name› after the first installation.

To automatically enable extensions add "extensions.autoDisableScopes" = 0; to programs.firefox.profiles.<profile>.settings.

Declarations
Type
list of package
Default
[ ]
Example
with pkgs.nur.repos.rycee.firefox-addons; [
  privacy-badger
]