nixos-config/home-manager/modules/nyxt/config.lisp

6 lines
171 B
Common Lisp
Raw Normal View History

2023-11-08 09:31:39 +01:00
(define-configuration buffer
((default-modes
(pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))))
(define-configuration browser
((theme theme:+dark-theme+)))