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"];
|
||||
};
|
||||
"Nix Wiki" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://wiki.nixos.org/w/index.php";
|
||||
params = [
|
||||
{
|
||||
name = "search";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
definedAliases = ["@nw"];
|
||||
};
|
||||
"Arch Wiki" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue