mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
13 lines
299 B
Nix
13 lines
299 B
Nix
![]() |
{
|
||
|
"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}";}];
|
||
|
};
|
||
|
}
|