From 5a8f8f5c081202aa41a6cb6c37b65e6919e3f118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 7 Jun 2026 14:00:02 +0200 Subject: [PATCH] librewolf: add protondb search engine --- modules/applications/browser.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index fe79cf6..6841165 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -683,6 +683,14 @@ ]; definedAliases = ["on"]; }; + "ProtonDB" = { + urls = [ + { + template = "https://www.protondb.com/search?q={searchTerms}"; + } + ]; + definedAliases = ["pr"]; + }; }; }; };