1

Modules/Firefox+Qutebrowser: Add nixpkgs issues search engine

This commit is contained in:
2025-07-22 12:24:24 +02:00
parent 198367a5e6
commit 596fd0016b
2 changed files with 8 additions and 0 deletions

View File

@ -204,6 +204,13 @@ in {
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 = {
name = "GitHub";
urls = [{template = "https://github.com/search?q={searchTerms}&type=repositories";}];