feat: added searXNG to Ceres

This commit is contained in:
Nick 2025-03-08 03:17:16 -06:00
parent d2d7ec00a2
commit 4e4bbd1f43
5 changed files with 15 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -17,4 +17,13 @@
{ template = "https://kagi.com/search?q={searchTerms}"; }
];
};
"SearXNG" = {
definedAliases = [
"@sx"
];
icon = ./icons/sx.png;
urls = [
{ template = "http://localhost:8888/search?q={searchTerms}"; }
];
};
}

View file

@ -30,7 +30,7 @@ in
{
search = {
force = true;
default = "Kagi";
default = "SearXNG";
engines = aggregatedSearchEngines;
order = [
"AlternativeTo"