From 9e4631408a482f305c6f107d6407f179d50b8269 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 19:39:34 +0530 Subject: Adds nix search for qutebrowser --- config/qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index dba0095..f987440 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -291,6 +291,8 @@ c.url.searchengines = { 'y': 'http://www.youtube.com/results?search_query={}', 'az': 'http://search.azlyrics.com/search.php?q={}', + 'nix': 'https://search.nixos.org/packages?channel=unstable&query={}', + # Ignore 'DEFAULT': 'http://this-is-a-placeholder.com?q={}', } -- cgit v1.3.1