diff --git a/modules/home-manager/profiles/editors.nix b/modules/home-manager/profiles/editors.nix index 9593b645..8555de93 100644 --- a/modules/home-manager/profiles/editors.nix +++ b/modules/home-manager/profiles/editors.nix @@ -18,7 +18,6 @@ in { (lib.mkIf cfg.neovim.enable { programs.neovim = { enable = true; - package = pkgs.neovim-nightly; withPython3 = true; withRuby = true; withNodeJs = true;