mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-16 08:44:39 -05:00
20 lines
362 B
Nix
Executable file
20 lines
362 B
Nix
Executable file
{
|
|
"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}";}
|
|
];
|
|
};
|
|
}
|