nixos-config/modules/home/nvim.nix

7 lines
88 B
Nix

{ pkgs, ... }:
{
programs.neovim = {
enable = false;
vimAlias = false;
};
}