Modules/Firefox+Qutebrowser: Add nixpkgs issues search engine
This commit is contained in:
@ -204,6 +204,13 @@ in {
|
|||||||
definedAliases = ["@aw"];
|
definedAliases = ["@aw"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs-issues = {
|
||||||
|
name = "Nixpkgs Issues";
|
||||||
|
urls = [{template = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue%20{searchTerms}";}];
|
||||||
|
iconMapObj."16" = "https://github.com/favicon.ico";
|
||||||
|
definedAliases = ["@i"];
|
||||||
|
};
|
||||||
|
|
||||||
github = {
|
github = {
|
||||||
name = "GitHub";
|
name = "GitHub";
|
||||||
urls = [{template = "https://github.com/search?q={searchTerms}&type=repositories";}];
|
urls = [{template = "https://github.com/search?q={searchTerms}&type=repositories";}];
|
||||||
|
@ -103,6 +103,7 @@ in {
|
|||||||
nf = "https://noogle.dev/q?term={}";
|
nf = "https://noogle.dev/q?term={}";
|
||||||
nw = "https://wiki.nixos.org/index.php?search={}";
|
nw = "https://wiki.nixos.org/index.php?search={}";
|
||||||
aw = "https://wiki.archlinux.org/?search={}";
|
aw = "https://wiki.archlinux.org/?search={}";
|
||||||
|
i = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue%20{}";
|
||||||
gh = "https://github.com/search?q={}&type=repositories";
|
gh = "https://github.com/search?q={}&type=repositories";
|
||||||
g = "https://www.google.com/search?hl=en&q={}";
|
g = "https://www.google.com/search?hl=en&q={}";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user