From 6e14439212093defc2ab691f78fed40c22490ca7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Sep 2023 12:04:40 +0200 Subject: feat(hm/conf/firefox/search): Add tokio-rs docs to search engines --- hm/soispha/conf/firefox/config/search/engines/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hm') diff --git a/hm/soispha/conf/firefox/config/search/engines/default.nix b/hm/soispha/conf/firefox/config/search/engines/default.nix index 3e22af5a..e851a5d7 100644 --- a/hm/soispha/conf/firefox/config/search/engines/default.nix +++ b/hm/soispha/conf/firefox/config/search/engines/default.nix @@ -47,6 +47,12 @@ updateInterval = 24; definedAliases = ["@rs"]; }; + "Rust tokio" = { + urls = [{template = "https://docs.rs/tokio/latest/tokio/index.html?search={searchTerms}";}]; + iconUpdateURL = "https://avatars.githubusercontent.com/u/20248544?s=200&v=4"; + updateInterval = 48; + definedAliases = ["@rt"]; + }; "Google Scholar" = { urls = [{template = "https://scholar.google.com/scholar?hl=en&q={searchTerms}";}]; -- cgit 1.4.1