mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
librewolf: add protondb search engine
This commit is contained in:
@@ -683,6 +683,14 @@
|
|||||||
];
|
];
|
||||||
definedAliases = ["on"];
|
definedAliases = ["on"];
|
||||||
};
|
};
|
||||||
|
"ProtonDB" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://www.protondb.com/search?q={searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
definedAliases = ["pr"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user