about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/default.nix
blob: 308826f08693f2b71d5dab5e629bb8c116e1aa0e (plain) (blame)
1
2
3
4
5
{...}: {
  imports = [
    ./nixvim
  ];
}