{ pkgs, fonts, scheme, accentColour ? "base07", ... }: { home.packages = [pkgs.nyxt]; xdg = { configFile = { "nyxt/config.lisp".text = '' ;; Import custom configuration (nyxt::load-lisp "${./config.lisp}") ;; Define and load custom theme (nyxt::load-lisp "${./theme.lisp}") ''; }; dataFile."nyxt/bookmarks.lisp".source = ./bookmarks.lisp; }; }