diff options
author | Soispha <soispha@vhack.eu> | 2023-09-30 12:04:40 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-30 12:04:40 +0200 |
commit | 6e14439212093defc2ab691f78fed40c22490ca7 (patch) | |
tree | 9b82d6617904fe3debc559ebe693a4e397d1c97f | |
parent | fix(hm/conf/firefox/search): Add home-manager search as search engine (diff) | |
download | nixos-config-6e14439212093defc2ab691f78fed40c22490ca7.tar.gz nixos-config-6e14439212093defc2ab691f78fed40c22490ca7.zip |
feat(hm/conf/firefox/search): Add tokio-rs docs to search engines
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/firefox/config/search/engines/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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}";}]; |