Re-install NYXT

Don't enable no-script-mode by default
This commit is contained in:
Evie Litherland-Smith 2024-07-08 16:35:44 +01:00
parent 6347e32d51
commit 248c0b16d0
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,7 @@
((default-modes ((default-modes
(pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)) (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))
(default-modes (default-modes
(pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)) (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))))
(default-modes
(pushnew 'nyxt/mode/no-script:no-script-mode %slot-value%))))
(define-configuration status-buffer (define-configuration status-buffer
((glyph-mode-presentation-p t) ((glyph-mode-presentation-p t)

View file

@ -1,9 +1,11 @@
{ {
config, config,
pkgs,
fonts, fonts,
accentColourName, accentColourName,
... ...
}: { }: {
home.packages = [pkgs.nyxt];
xdg = { xdg = {
configFile = { configFile = {
"nyxt/config.lisp".text = let "nyxt/config.lisp".text = let