diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-21 19:39:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-21 19:39:34 +0530 |
| commit | 9e4631408a482f305c6f107d6407f179d50b8269 (patch) | |
| tree | 969a0267972f4f4767b808f3506358da95dcfbf7 /config | |
| parent | 33e421183f132f9490434632d92153ee11cefa06 (diff) | |
| download | nixos-config-9e4631408a482f305c6f107d6407f179d50b8269.tar.gz nixos-config-9e4631408a482f305c6f107d6407f179d50b8269.zip | |
Adds nix search for qutebrowser
Diffstat (limited to 'config')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
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={}', } |
