From 8d0e5e4980db11c1bea45a8336d066ce7cb89b24 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 29 Jul 2023 20:38:27 +0900 Subject: feat(home/browsing): replace kagi with opnxng --- home/profiles/browsing/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/browsing') diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index b6478a5..aca3beb 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -17,7 +17,7 @@ in enable = true; searchEngines = { - DEFAULT = "https://kagi.com/search?q={}"; + DEFAULT = "https://opnxng.com/search?q={}"; g = "https://www.google.com/search?hl=en&q={}"; ddg = "https://www.duckduckgo.com/?q={}"; nw = "https://nixos.wiki/index.php?search={}"; @@ -32,8 +32,8 @@ in settings = import ./qutebrowser-settings.nix // { - url.default_page = "https://kagi.com"; - url.start_pages = "https://kagi.com"; + url.default_page = "https://opnxng.com"; + url.start_pages = "https://opnxng.com"; }; }; }; -- cgit 1.4.1