dotfiles/home/modules/firefox/config/search/config/gaming.nix
2024-11-20 18:57:43 -06:00

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