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