switched firefox to searxng

This commit is contained in:
willifan 2024-08-29 17:17:29 +02:00
parent e488f2a924
commit f9ad973238

View file

@ -25,8 +25,16 @@
};
search = {
force = true;
default = "DuckDuckGo";
order = [ "DuckDuckGo" "Google" ];
default = "SearXNG";
order = [ "SearXNG" "DuckDuckGo" "Google" ];
engines = {
"SearXNG" = {
urls = [{ template = "https://search.citw.lgbt/search?q={searchTerms}"; }];
iconUpdateURL = "https://nixos.wiki/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # every day
definedAliases = [ "@searxng" ];
};
};
};
#extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# ublock-origin