From 248c0b16d0fe297667b5b3db757d0ffad35a3719 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jul 2024 16:35:44 +0100 Subject: [PATCH] Re-install NYXT Don't enable no-script-mode by default --- home/browser/config.lisp | 4 +--- home/browser/nyxt.nix | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/browser/config.lisp b/home/browser/config.lisp index 09fc385c..735a91ab 100644 --- a/home/browser/config.lisp +++ b/home/browser/config.lisp @@ -2,9 +2,7 @@ ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)) (default-modes - (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)) - (default-modes - (pushnew 'nyxt/mode/no-script:no-script-mode %slot-value%)))) + (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)))) (define-configuration status-buffer ((glyph-mode-presentation-p t) diff --git a/home/browser/nyxt.nix b/home/browser/nyxt.nix index 7988a088..0d441c09 100644 --- a/home/browser/nyxt.nix +++ b/home/browser/nyxt.nix @@ -1,9 +1,11 @@ { config, + pkgs, fonts, accentColourName, ... }: { + home.packages = [pkgs.nyxt]; xdg = { configFile = { "nyxt/config.lisp".text = let