From 76d827e9eb54ad3b0a43b167bd5ee745cb4a93b1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Nov 2023 16:57:01 -0400 Subject: [PATCH] feat(firefox): add noogle in search engines --- home/firefox/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 88ab3dec..f515192b 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -105,6 +105,15 @@ in definedAliases = [ "@mn" ]; }; + "Noogle" = { + urls = [{ template = + "https://noogle.dev/?term={searchTerms}"; + }]; + iconUpdateURL = "https://noogle.dev/favicon.ico"; + updateInterval = 24 * 60 * 60 * 1000; # every day + definedAliases = [ "@ng" ]; + }; + "Firefox Add-ons" = { urls = [{ template = "https://addons.mozilla.org/en-US/firefox/search/?q={searchTerms}"; @@ -141,6 +150,7 @@ in "MyNixos" "NixOS Wiki" "Nix Packages" + "Noogle" "Wikipedia (en)" "YouTube" "Firefox Add-ons"