mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
12 lines
299 B
Nix
12 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}";}];
|
|
};
|
|
}
|