diff options
author | Thanos Apollo <[email protected]> | 2024-10-30 09:57:19 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-30 09:57:19 +0200 |
commit | 85ef5409f540a484136d9af4dfa6ea8c1b0a8e68 (patch) | |
tree | 78d2cbd2ff45544be914e736ff61ecc652158ef2 /.config | |
parent | 80474f90d9357e10db023144ce3f73e2c818bd20 (diff) |
nyxt: Use html duckduckgo
Diffstat (limited to '.config')
-rw-r--r-- | .config/nyxt/default-search.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nyxt/default-search.lisp b/.config/nyxt/default-search.lisp index 32429ce..9d52608 100644 --- a/.config/nyxt/default-search.lisp +++ b/.config/nyxt/default-search.lisp @@ -2,8 +2,7 @@ (defvar *thanos/search-engines* (list '("aa" "https://annas-archive.org/search?q=~a" "https://annas-archive.org/") - '("ddh" "https://html.duckduckgo.com/html/?q=~a" "https://html.duckduckgo.com/") - '("ddg" "https://duckduckgo.com/?q=~a" "https://duckduckgo.com/")) + '("ddg" "https://html.duckduckgo.com/html/?q=~a" "https://html.duckduckgo.com/")) "List of search engines.") (define-configuration context-buffer |