Firefox: Difference between revisions

changed home manager site link to the options appendix
Jopejoe1 (talk | contribs)
our firefox paclage is not branded nightly anymore
Tags: Mobile edit Mobile web edit
Line 83: Line 83:
programs.firefox.package = (pkgs.wrapFirefox.override { libpulseaudio = pkgs.libpressureaudio; }) pkgs.firefox-unwrapped { };
programs.firefox.package = (pkgs.wrapFirefox.override { libpulseaudio = pkgs.libpressureaudio; }) pkgs.firefox-unwrapped { };
</syntaxhighlight>
</syntaxhighlight>
=== I want Firefox, what is Nightly? ===
[https://www.mozilla.org/en-US/foundation/trademarks/faq/ Mozilla's trademarks] on Firefox disallows distributing unofficial builds using the Firefox trademark. This is why the Nix-built Firefox is named Nightly.
The official builds are available by [[FAQ#How_can_I_install_a_proprietary_or_unfree_package.3F|enabling unfree]] and installing <code>firefox-bin</code>.


== Tips ==
== Tips ==