nixos-config/system/modules/neovim.nix

6 lines
58 B
Nix

{
programs.nixvim = {
enable = true;
};
}