From cb96375508ac4e2ab5f108f449f4d90c3950fbbd Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 2 Jan 2022 12:45:17 +0900
Subject: home/browsing: change nixos search key

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

(limited to 'home')

diff --git a/home/modules/profiles/browsing/default.nix b/home/modules/profiles/browsing/default.nix
index 4bf7dd9..86f3cc1 100644
--- a/home/modules/profiles/browsing/default.nix
+++ b/home/modules/profiles/browsing/default.nix
@@ -16,7 +16,7 @@ in
       searchEngines = {
         g = "https://www.google.com/search?hl=en&q={}";
         nw = "https://nixos.wiki/index.php?search={}";
-        no = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}";
+        ns = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}";
       };
 
       quickmarks = {
-- 
cgit 1.4.1