flake/users/guanranwang/home-manager/applications/neovim/default.nix
2023-11-29 17:56:30 +08:00

8 lines
125 B
Nix

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