Add more search engines

This commit is contained in:
Henry Hiles 2025-08-19 21:54:37 -04:00
commit 4153994f0d
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -165,8 +165,20 @@
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "nw";
}
{
Name = "Nixpkgs PR Tracker";
URLTemplate = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "nt";
}
{
Name = "Noogle";
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "noo";
}
];
Remove = ["Bing"];
Remove = ["Bing" "LibRedirect" "Wikipedia (en)"];
};
};
};