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