programs.firefox.package

Home-Manager option

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. Set to null 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 nativeMessagingHosts = [ # Gnome shell native connector pkgs.gnome-browser-connector # Tridactyl native connector pkgs.tridactyl-native ]; }
declared in: <home-manager/modules/programs/firefox>source unavailable