Remove search engine configuration

This commit is contained in:
Charlotte Van Petegem 2022-01-21 14:31:51 +01:00
parent b9747a405d
commit 07a83b8c54
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -50,21 +50,6 @@ in
FirefoxHome = { Pocket = false; Snippets = false; };
OfferToSaveLogins = false;
UserMessaging = { SkipOnboarding = true; ExtensionRecommendations = false; };
SearchEngines = {
Default = "DuckDuckGo";
Add = [
{
Name = "DuckDuckGo";
Description = "DuckDuckGo";
Alias = "ddg";
URLTemplate = "https://html.duckduckgo.com/html?q={searchTerms}";
SuggestURLTemplate = "https://duckduckgo.com/ac/?q={searchTerms}&type=list";
Method = "GET";
IconURL = "https://duckduckgo.com/favicon.ico";
}
];
Remove = [ "Google" "Amazon.nl" "Bing" "eBay" "Wikipedia (en)" ];
};
};
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [