mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: added searXNG to Ceres
This commit is contained in:
parent
e7b28d69e5
commit
32d175efcd
4 changed files with 12 additions and 10 deletions
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
@ -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}";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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}"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue