about summary refs log tree commit diff stats
path: root/home-manager/config/neovim/default.nix
blob: 097592ef7404957ba2a491285b6b6b5cdf324ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  config,
  pkgs,
  neovim_config,
  ...
}: {
  xdg.configFile."nvim".source = neovim_config;
}
# vim: ts=2