Firefox: Difference between revisions

Layer-09 (talk | contribs)
Cleaned the page
Qweered (talk | contribs)
m Modern alias
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
   |developer=Mozilla Foundation & Community
   |developer=Mozilla Foundation & Community
   |firstRelease=November 9, 2004
   |firstRelease=November 9, 2004
   |latestRelease=Firefox 127.0 (June 2025)
   |latestRelease=Firefox 140.0 (June 24, 2025)
   |status=Active
   |status=Active
   |license=[https://www.mozilla.org/MPL/2.0/ Mozilla Public License 2.0]
   |license=[https://www.mozilla.org/MPL/2.0/ Mozilla Public License 2.0]
Line 67: Line 67:
The snippet above enables Firefox for all users (or the current Home Manager profile, if placed in <code>home.nix</code>).
The snippet above enables Firefox for all users (or the current Home Manager profile, if placed in <code>home.nix</code>).


==== Advanced Customization ==== <!--T:11-->
==== Advanced ==== <!--T:11-->
</translate>
</translate>
<translate>
<translate>
Line 230: Line 230:


<translate>
<translate>
== Firefox Variants == <!--T:12-->
== Firefox Variants == <!--T:12-->
</translate>
</translate>
Line 278: Line 279:
# In configuration.nix, assuming use of specialArgs
# In configuration.nix, assuming use of specialArgs
environment.systemPackages = [
environment.systemPackages = [
   inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
   inputs.firefox.packages.${pkgs.stdenv.hostPlatform.system}.firefox-nightly-bin
];
];
}}
}}