(modules) desktop/browsers/firefox: add searxng
This commit is contained in:
parent
bebb2cbb86
commit
66c283bc5e
1 changed files with 12 additions and 0 deletions
|
@ -70,6 +70,18 @@ in {
|
|||
}];
|
||||
}];
|
||||
};
|
||||
"sakosearch" = {
|
||||
definedAliases = [ "@sakosearch" ];
|
||||
icon =
|
||||
"${pkgs.searxng}/share/static/themes/simple/img/favicon.svg";
|
||||
urls = [{
|
||||
template = "https://search.sako.box/search";
|
||||
params = [{
|
||||
name = "q";
|
||||
value = "searchTerms";
|
||||
}];
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue