feat: added searXNG to Ceres

This commit is contained in:
Nick 2025-03-08 03:55:19 -06:00
parent e7b28d69e5
commit 32d175efcd
4 changed files with 12 additions and 10 deletions

View file

@ -27,4 +27,15 @@ in
}
];
};
"${instances.searx.label}" = {
definedAliases = [
"@sx"
];
icon = ./icons/sx.png;
urls = [
{
template = "https://${instances.searx.subdomain}.${instances.web.domains.url0}/search?q={searchTerms}";
}
];
};
}

View file

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

View file

@ -40,7 +40,7 @@ in
center_alignment = true;
default_theme = "simple";
theme_args.simple_style = "auto";
search_on_category_select = false;
search_on_category_select = true;
hotkeys = "vim";
};
search = {