nix-config-v2/home/neovim.nix

8 lines
104 B
Nix
Raw Normal View History

2024-09-03 21:24:20 -05:00
{...}: {
2024-07-29 23:09:42 -05:00
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
};
2024-09-03 21:24:20 -05:00
}