dotfiles/home-manager/modules/firefox/config/search/web.nix

13 lines
314 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
"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}";}];
};
}