diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 8fdc10e..121bd55 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -78,7 +78,8 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}', 'gh' : 'https://github.com/search?q={}&type=repositories', 'gl' : 'https://gitlab.com/search?search={}&nav_source=navbar', 'np' : 'https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20{}&type=code', - 'wk' : 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}&title=Special%3ASearch&ns0=1' + 'wk' : 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}&title=Special%3ASearch&ns0=1', + 'th' : 'https://www.thingiverse.com/search?q={}&page=1' } config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])