dotfiles/nixcfgs/modules/home/programs/nvim.nix

6 lines
89 B
Nix

{pkgs, ...}: {
programs.neovim = {
enable = true;
defaultEditor = true;
};
}