diff --git a/options.html b/options.html index 447cbf563..388e301ad 100644 --- a/options.html +++ b/options.html @@ -3945,8 +3945,9 @@ boolean

Default: <home-manager/modules/programs/firefox.nix>

programs.firefox.package

The Firefox package to use. If state version ≥ 19.09 then this should be a wrapped Firefox package. For earlier state -versions it should be an unwrapped Firefox package.

Type: -package

Default: +versions it should be an unwrapped Firefox package. +Set to <literal>null</literal> to disable installing Firefox.

Type: +null or package

Default: pkgs.firefox

Example:

pkgs.firefox.override {
   # See nixpkgs' firefox/wrapper.nix to check which options you can use
   cfg = {