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 = {
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue