diff options
author | sefidel <contact@sefidel.net> | 2022-01-02 12:45:17 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-02 12:45:17 +0900 |
commit | cb96375508ac4e2ab5f108f449f4d90c3950fbbd (patch) | |
tree | 813b03491cd2dae61b128e186e85183592d5e2d5 /home/modules/profiles/browsing | |
parent | 1c90d2d2fe5036a993f672da907bd98d96a4031d (diff) | |
download | nixrc-cb96375508ac4e2ab5f108f449f4d90c3950fbbd.tar.gz nixrc-cb96375508ac4e2ab5f108f449f4d90c3950fbbd.zip |
home/browsing: change nixos search key
Diffstat (limited to 'home/modules/profiles/browsing')
-rw-r--r-- | home/modules/profiles/browsing/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |