{
  config,
  pkgs,
  neovim_config,
  ...
}: {
  xdg.configFile."nvim".source = neovim_config;
}
# vim: ts=2