dotfiles/home/modules/firefox/config/search/config/web.nix
2025-01-08 19:06:14 -06:00

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}";}
];
};
}