From 165d3a417dcd6ba5ab45b8ad70c9d8c72b729e56 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Fri, 3 Feb 2023 12:51:13 +0900
Subject: feat(browsing): use unlocked.link for search instance

---
 home/profiles/browsing/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 136be03..d90625f 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -14,7 +14,7 @@ in
       enable = true;
 
       searchEngines = {
-        DEFAULT = "https://searx.envs.net/search?q={}";
+        DEFAULT = "https://search.unlocked.link/search?q={}";
         g = "https://www.google.com/search?hl=en&q={}";
         ddg = "https://www.duckduckgo.com/?q={}";
         nw = "https://nixos.wiki/index.php?search={}";
-- 
cgit 1.4.1