From 1805def3614b33704cfcc61cd91c101ecdd62fa0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 2 Aug 2023 12:03:13 +0900 Subject: feat(home/browsing): replace opnxng with searx.be --- home/profiles/browsing/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home') diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index 71f2ce2..da69908 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -17,7 +17,7 @@ in enable = true; searchEngines = { - DEFAULT = "https://opnxng.com/search?q={}"; + DEFAULT = "https://searx.be/search?q={}"; g = "https://www.google.com/search?hl=en&q={}"; ddg = "https://www.duckduckgo.com/?q={}"; nw = "https://nixos.wiki/index.php?search={}"; @@ -34,8 +34,8 @@ in settings = import ./qutebrowser-settings.nix // { - url.default_page = "https://opnxng.com"; - url.start_pages = "https://opnxng.com"; + url.default_page = "https://searx.be"; + url.start_pages = "https://searx.be"; }; }; }; -- cgit 1.4.1