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