nix-config-v2/home/neovim.nix

8 lines
104 B
Nix

{...}: {
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
};
}