summaryrefslogtreecommitdiff
path: root/.config/nyxt/init.lisp
diff options
context:
space:
mode:
authorPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-21 23:24:14 +0200
committerPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-21 23:24:14 +0200
commitfbb365066f81029e35941e0528be9b3e33d86280 (patch)
treeedf93a309b792a0c6d6df2d1d96517d2fdeb8af8 /.config/nyxt/init.lisp
parent0e17bc4c0540c5c8fc884c783bda369ebf23c021 (diff)
add nyxt browser config
Diffstat (limited to '.config/nyxt/init.lisp')
-rwxr-xr-x.config/nyxt/init.lisp9
1 files changed, 9 insertions, 0 deletions
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))))