programs.librewolf.package
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
- <home-manager/modules/programs/librewolf.nix>