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

9 lines
121 B
Nix
Raw Normal View History

2023-12-02 18:42:59 +08:00
_: {
2023-11-05 17:21:37 +08:00
programs.neovim = {
enable = true;
#defaultEditor = true;
viAlias = true;
vimAlias = true;
};
}