mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: searx, nixpkgs update, vintagestory, katslime
This commit is contained in:
parent
840765fe8a
commit
658d0434c8
24 changed files with 719 additions and 276 deletions
|
|
@ -18,6 +18,24 @@
|
|||
enable = true;
|
||||
profiles = {
|
||||
main = {
|
||||
search = {
|
||||
engines = {
|
||||
searxng = {
|
||||
name = "Kat SearxNG";
|
||||
urls = [
|
||||
{
|
||||
template = "https://search.kittywit.ch/search";
|
||||
params = [
|
||||
{ name = "q"; value = "{searchTerms}"; }
|
||||
];
|
||||
iconMapObj."16" = "/static/themes/simple/img/favicon.png";
|
||||
definedAliases = [ "@searx" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
default = "searxng";
|
||||
};
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
containersForce = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue