programs.librewolf.package

Home-Manager option

The LibreWolf package to use. If state version ≥ 19.09 then this should be a wrapped LibreWolf package. For earlier state versions it should be an unwrapped LibreWolf package. Set to null to disable installing LibreWolf.

type: null or package
Default
pkgs.librewolf
Example
pkgs.librewolf.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/librewolf.nix>source unavailable