diff options
author | sefidel <contact@sefidel.net> | 2023-07-31 21:32:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-31 21:33:10 +0900 |
commit | 8d9e3bc834037540b37db169a046e706a57964aa (patch) | |
tree | 1e2ed93ce615778c8025e581446b46e05c44c15d /home | |
parent | 982eb77a8f4aab30b992726ce188cbf22be71e42 (diff) | |
download | nixrc-8d9e3bc834037540b37db169a046e706a57964aa.tar.gz nixrc-8d9e3bc834037540b37db169a046e706a57964aa.zip |
feat(home/browsing): add rust docs/lib searcher
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/browsing/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index aca3beb..71f2ce2 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -23,6 +23,8 @@ in nw = "https://nixos.wiki/index.php?search={}"; ns = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}"; np = "https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query={}"; + rd = "https://docs.rs/releases/search?query={}"; + rp = "https://lib.rs/search?q={}"; }; quickmarks = { |