aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/qutebrowser/config.py2
1 files changed, 2 insertions, 0 deletions
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={}',
}