Re-install NYXT
Don't enable no-script-mode by default
This commit is contained in:
parent
6347e32d51
commit
248c0b16d0
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue