add nixpkgs github search engine
This commit is contained in:
parent
701a7ee401
commit
808b16f9e3
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
icon = "https://github.githubassets.com/favicons/favicon-dark.svg";
|
icon = "https://github.githubassets.com/favicons/favicon-dark.svg";
|
||||||
definedAliases = ["@ghn"];
|
definedAliases = ["@ghn"];
|
||||||
};
|
};
|
||||||
|
"nixpkgs github" = {
|
||||||
|
urls = mkUrl "https://github.com/search?type=code&q=repo:NixOS/nixpkgs {searchTerms}";
|
||||||
|
icon = "https://github.githubassets.com/favicons/favicon-dark.svg";
|
||||||
|
definedAliases = ["@nixpkgs"];
|
||||||
|
};
|
||||||
"Brave" = {
|
"Brave" = {
|
||||||
urls = mkUrl "https://search.brave.com/search?q={searchTerms}";
|
urls = mkUrl "https://search.brave.com/search?q={searchTerms}";
|
||||||
icon = "https://brave.com/static-assets/images/brave-favicon.png";
|
icon = "https://brave.com/static-assets/images/brave-favicon.png";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue