nyxt-config/user.clisp
Jacob Hrbek 5ab70c2777
Add search engine configuration
Signed-off-by: Jacob Hrbek <kreyren@fsfe.org>
2021-06-06 20:21:37 +02:00

9 lines
394 B
Plaintext

;;; This file is exclusively used for user configuration
(in-package #:nyxt-user)
;; NOTE(Krey): Never restore previous sessions as it's annoying on the startup and shows the history which is unwanted
(define-configuration browser
((session-restore-prompt :never-restore)) )
(define-configuration password:keepassxc-interface
((password:password-file "/home/kreyren/Cloud/Kreyren.kdbx")))