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