nix-config-v2/home/neovim.nix

9 lines
119 B
Nix
Raw Normal View History

2024-07-29 23:09:42 -05:00
{ lib, config, ... }:
{
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
};
}