diff --git a/modules/home/nvim.nix b/modules/home/nvim.nix index 8c526a9..e0b493f 100644 --- a/modules/home/nvim.nix +++ b/modules/home/nvim.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { programs.neovim = { - enable = true; - vimAlias = true; + enable = false; + vimAlias = false; }; }