librewolf: Make mullvad the default search engine

Might add some more search engines later, but Mullvad usually produces
better results for less popular content, especially with topics such as
PinePhone troubleshooting.
This commit is contained in:
Donovan Glover 2024-08-13 16:24:10 -04:00
parent 63797c4259
commit bad1a9d3c3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,6 +6,21 @@
package = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
profiles.default = {
search = {
force = true;
default = "Mullvad";
privateDefault = "Mullvad";
engines = {
Mullvad = {
urls = [{ template = "https://leta.mullvad.net/?q={searchTerms}"; }];
icon = "${pkgs.mullvad-vpn}/share/icons/hicolor/32x32/apps/mullvad-vpn.png";
};
};
};
};
settings = {
"middlemouse.paste" = false;