From fbb365066f81029e35941e0528be9b3e33d86280 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:24:14 +0200 Subject: add nyxt browser config --- .config/nyxt/init.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/nyxt/init.lisp (limited to '.config/nyxt/init.lisp') diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp new file mode 100755 index 0000000..5e8214c --- /dev/null +++ b/.config/nyxt/init.lisp @@ -0,0 +1,9 @@ +(define-class dev-data-profile (data-profile) + ((name :initform "dev")) + (:export-class-name-p t) + (:documentation "With the dev profile all data is persisted to the standard locations.")) + +(load-after-system :slynk "~/.config/nyxt/my-slynk.lisp") + +; (define-configuration buffer +; ((password-interface (make-instance 'password:password-store-interface)))) -- cgit v1.2.3-54-g00ecf