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

21 lines
371 B
Nix
Executable file

{
"Proton DB" = {
definedAliases = [
"@pd"
];
icon = ./icons/pd.png;
urls = [
{template = "https://www.protondb.com/search?q={searchTerms}";}
];
};
"Steam DB" = {
definedAliases = [
"@sd"
];
icon = ./icons/sd.png;
urls = [
{template = "https://steamdb.info/search/?a=all&q={searchTerms}";}
];
};
}