From d016eee124847e3b5c467b22b2798ad636a6619d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Mon, 17 Jun 2024 15:07:57 +0200 Subject: [PATCH] search: use search.pub.solar by default --- pkgs/s.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/s.nix b/pkgs/s.nix index 1b003b6..2ca1a20 100644 --- a/pkgs/s.nix +++ b/pkgs/s.nix @@ -30,7 +30,7 @@ with self; '' URL="https://en.wikipedia.org/w/index.php?search=$@" ;; *) - URL="https://search.b12f.io?q=$@" + URL="https://searx.be?q=$@" ;; esac