blob: 5e8214c8bb28a02411dca3f3ef59fb58565473ee (
plain)
1
2
3
4
5
6
7
8
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))))
|