structural-rework #1
1 changed files with 51 additions and 0 deletions
|
@ -42,6 +42,23 @@
|
||||||
definedAliases = ["@np"];
|
definedAliases = ["@np"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Home Manager" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://mipmip.github.io/home-manager-option-search";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
|
definedAliases = ["@hm"];
|
||||||
|
};
|
||||||
|
|
||||||
"Searx" = {
|
"Searx" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
@ -58,6 +75,40 @@
|
||||||
iconUpdateURL = "https://paulgo.io/favicon.ico";
|
iconUpdateURL = "https://paulgo.io/favicon.ico";
|
||||||
definedAliases = ["@sx"];
|
definedAliases = ["@sx"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Amazon" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://www.amazon.de/s";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "k";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
iconUpdateURL = "https://amazon.de/favicon.ico";
|
||||||
|
definedAliases = ["@a"];
|
||||||
|
};
|
||||||
|
|
||||||
|
"YouTube" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://efy.piped.pages.dev/results";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "search_query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
iconUpdateURL = "https://piped.video/favicon.ico";
|
||||||
|
definedAliases = ["yt"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
search.force = true;
|
search.force = true;
|
||||||
search.default = "Searx";
|
search.default = "Searx";
|
||||||
|
|
Loading…
Reference in a new issue