From a56e5ce9da2ea2c4325dce4ce6caa49ea1fe7425 Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Sun, 13 Oct 2024 16:50:22 +0800 Subject: [PATCH] fix(qutebrowser): search engine change to opnxng.com --- home/programs/qutebrowser.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/programs/qutebrowser.nix b/home/programs/qutebrowser.nix index ced6298..3f0f316 100644 --- a/home/programs/qutebrowser.nix +++ b/home/programs/qutebrowser.nix @@ -30,7 +30,7 @@ in { qutebrowser = { enable = true; searchEngines = { - DEFAULT = "https://duckduckgo.com/?q={}"; + DEFAULT = "https://opnxng.com/search?q={}"; pr = "https://invidious.privacyredirect.com/search?q={}"; an = "https://annas-archive.org/search?index=&q={}"; lg = "https://libgen.rs/search.php?req={}"; @@ -60,8 +60,8 @@ in { }; url = { auto_search = "naive"; - default_page = "https://start.duckduckgo.com"; - start_pages = ["https://start.duckduckgo.com"]; + default_page = "https://opnxng.com"; + start_pages = ["https://opnxng.com"]; }; colors = { contextmenu = { -- 2.45.2