aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 18:38:15 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 18:38:15 +0100
commitd8ebc7c634ab0c6d9d0dcbdfacb00eef4440683c (patch)
tree31446cb3eaad5fa5ad34f9d355848f3ca4eb1c61 /hm/soispha/conf
parentrefactor(hm/conf/firefox/config/search): Download icons to avoid losing them (diff)
downloadnixos-config-d8ebc7c634ab0c6d9d0dcbdfacb00eef4440683c.zip
feat(hm/conf/firefox/config/search): Add nixpkgs pull request tracker search
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r--hm/soispha/conf/firefox/config/search/engines/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hm/soispha/conf/firefox/config/search/engines/default.nix b/hm/soispha/conf/firefox/config/search/engines/default.nix
index 27f66c9d..56642d65 100644
--- a/hm/soispha/conf/firefox/config/search/engines/default.nix
+++ b/hm/soispha/conf/firefox/config/search/engines/default.nix
@@ -32,7 +32,11 @@
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = ["@nw"];
};
-
+ "Nixpkgs Pull Request Tracker" = {
+ urls = [{template = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";}];
+ icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
+ definedAliases = ["@npr"];
+ };
# RUST
"Rust std" = {