mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45: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}"; }
|
{ 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;
|
center_alignment = true;
|
||||||
default_theme = "simple";
|
default_theme = "simple";
|
||||||
theme_args.simple_style = "auto";
|
theme_args.simple_style = "auto";
|
||||||
search_on_category_select = false;
|
search_on_category_select = true;
|
||||||
hotkeys = "vim";
|
hotkeys = "vim";
|
||||||
};
|
};
|
||||||
search = {
|
search = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue