From af8872a053562d79a9a3b63f24caba6f648142e5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 22:54:49 +0530 Subject: Adds home manager and refactors startx config --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index f987440..2ea2c22 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -291,7 +291,7 @@ 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={}', + 'nx': 'https://search.nixos.org/packages?channel=unstable&query={}', # Ignore 'DEFAULT': 'http://this-is-a-placeholder.com?q={}', -- cgit v1.3.1