{ pkgs, config, ... }: { home.packages = with pkgs; [ emacs ]; home.file.".emacs.d" = { source = ./emacs.d; recursive = true; }; }