From 28d0b5a85b5bf53923317c5729251b60752771b3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 24 Dec 2023 18:12:39 +0800 Subject: [PATCH] profiles/editors: revert Neovim setup to default package --- modules/home-manager/profiles/editors.nix | 1 - 1 file changed, 1 deletion(-) 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;