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