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