flake/users/guanranwang/home-manager/applications/neovim/default.nix

9 lines
125 B
Nix
Raw Normal View History

2023-11-05 09:21:37 +00:00
{...}: {
programs.neovim = {
enable = true;
#defaultEditor = true;
viAlias = true;
vimAlias = true;
};
}