From fded58d5aace183d9e7c15aaea24c158ad445b1a Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 10 Jan 2025 10:31:12 -0600 Subject: [PATCH] chromium: add extensions search engine Signed-off-by: Myned --- options/custom/programs/chromium.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/options/custom/programs/chromium.nix b/options/custom/programs/chromium.nix index 25696aa..de568b1 100644 --- a/options/custom/programs/chromium.nix +++ b/options/custom/programs/chromium.nix @@ -102,6 +102,12 @@ in { url = "https://github.com/element-hq/element-web/issues?q=is%3Aissue+is%3Aopen+{searchTerms}"; } + { + name = "Extensions"; + shortcut = "ex"; + url = "https://chromewebstore.google.com/search/{searchTerms}"; + } + { name = "Flathub"; shortcut = "fh";