about summary refs log tree commit diff
path: root/home/profiles/browsing/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-29 20:38:27 +0900
committersefidel <contact@sefidel.net>2023-07-29 21:18:07 +0900
commit8d0e5e4980db11c1bea45a8336d066ce7cb89b24 (patch)
treed5676d91b66b620504ef1d714603f61f2eae3208 /home/profiles/browsing/default.nix
parent57e22e73f2c51f87b56284c2988c11f478113517 (diff)
downloadnixrc-8d0e5e4980db11c1bea45a8336d066ce7cb89b24.tar.gz
nixrc-8d0e5e4980db11c1bea45a8336d066ce7cb89b24.zip
feat(home/browsing): replace kagi with opnxng
Diffstat (limited to 'home/profiles/browsing/default.nix')
-rw-r--r--home/profiles/browsing/default.nix6
1 files changed, 3 insertions, 3 deletions
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";
       };
     };
   };