dotfiles/home-manager/modules/firefox/config/search/academic.nix

13 lines
299 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
"Sci-Hub" = {
definedAliases = ["@sc"];
icon = ./icons/sc.png;
urls = [{template = "https://sci-hub.ee/{searchTerms}";}];
};
"Wikipedia" = {
definedAliases = ["@wi"];
icon = ./icons/wi.png;
urls = [{template = "https://en.wikipedia.org/wiki/{searchTerms}";}];
};
}