nixos-config/docs/content/en/03-project-specific-setup/04-custom-firefox-addons/index.adoc

986 B
Raw Blame History


title: Custom Firefox addons --- = Custom Firefox addons

This project has a set of custom Firefox addons similar from rycees NUR repo. In fact, it uses the same tooling as rycees to generate my own list.

To get started, youll have to create an input file containing the addons. In the project, this is found in github:{github-repo}[./pkgs/firefox-addons.json, path=./pkgs/firefox-addons.json, rev=master]. For reference, heres my current list of Firefox addons.

Unresolved directive in <stdin> - include::../../../../../pkgs/firefox-addons/firefox-addons.json[]

But youre not done yet, you have to generate the output with the following command.

mozilla-addons-to-nix pkgs/firefox-addons/firefox-addons.json pkgs/firefox-addons/default.nix

Then add the generated output into your package list at ./pkgs/default.nix. At this point, you should be done.