mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
12 lines
314 B
Nix
12 lines
314 B
Nix
{
|
|
"Brave" = {
|
|
definedAliases = ["@br"];
|
|
icon = ./icons/br.png;
|
|
urls = [{template = "https://search.brave.com/search?q={searchTerms}&source=web";}];
|
|
};
|
|
"Kagi" = {
|
|
definedAliases = ["@ka"];
|
|
icon = ./icons/ka.png;
|
|
urls = [{template = "https://kagi.com/search?q={searchTerms}";}];
|
|
};
|
|
}
|