diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-21 22:54:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-21 22:55:11 +0530 |
| commit | af8872a053562d79a9a3b63f24caba6f648142e5 (patch) | |
| tree | 656a5e66723d2965ac112415c14aaa5848c98c1d /config/qutebrowser | |
| parent | 3f07b159c4f5d03066699001cbc13d8725e75d71 (diff) | |
| download | nixos-config-af8872a053562d79a9a3b63f24caba6f648142e5.tar.gz nixos-config-af8872a053562d79a9a3b63f24caba6f648142e5.zip | |
Adds home manager and refactors startx config
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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={}', |
