{ pkgs, ... }: {
  home.packages = [ pkgs.nyxt ];
  xdg.configFile."nyxt/config.lisp".source = ./config.lisp;
}