diff options
Diffstat (limited to '.config/nyxt/freestance.lisp')
-rw-r--r-- | .config/nyxt/freestance.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nyxt/freestance.lisp b/.config/nyxt/freestance.lisp new file mode 100644 index 0000000..c40c853 --- /dev/null +++ b/.config/nyxt/freestance.lisp @@ -0,0 +1,6 @@ +(in-package #:nyxt-user) + +(define-configuration :web-buffer + "Adding YouTube -> Invidious handler." + ((request-resource-hook + (hooks:add-hook %slot-value% 'nx-freestance-handler:invidious-handler)))) |