switched firefox to searxng
This commit is contained in:
parent
e488f2a924
commit
f9ad973238
1 changed files with 10 additions and 2 deletions
|
@ -25,8 +25,16 @@
|
||||||
};
|
};
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "DuckDuckGo";
|
default = "SearXNG";
|
||||||
order = [ "DuckDuckGo" "Google" ];
|
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; [
|
#extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
# ublock-origin
|
# ublock-origin
|
||||||
|
|
Loading…
Add table
Reference in a new issue