firefox: Add nix code search engine

This commit is contained in:
Mr Hedgehog 2022-03-16 06:39:26 -04:00
parent 76cb3046fd
commit 7d3791565c
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -183,6 +183,10 @@
keyword = "@gh"; keyword = "@gh";
url = "https://github.com/search?=%s"; url = "https://github.com/search?=%s";
}; };
"Nixpkgs Code Search" = {
keyword = "@ncs";
url = "https://sourcegraph.com/search?q=context:global+repo:^github\\.com/NixOS/nixpkgs%24+%s&patternType=literal";
};
}; };
}; };
}; };