mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user