mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
14 lines
323 B
Nix
14 lines
323 B
Nix
![]() |
{
|
||
|
"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}";}];
|
||
|
};
|
||
|
}
|