nix wiki search engine
This commit is contained in:
parent
8c43ffb75a
commit
52c844ac28
1 changed files with 14 additions and 0 deletions
|
@ -113,6 +113,20 @@ pkgs: {
|
||||||
];
|
];
|
||||||
definedAliases = ["@no"];
|
definedAliases = ["@no"];
|
||||||
};
|
};
|
||||||
|
"Nix Wiki" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://wiki.nixos.org/w/index.php";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "search";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
definedAliases = ["@nw"];
|
||||||
|
};
|
||||||
"Arch Wiki" = {
|
"Arch Wiki" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue