diff options
Diffstat (limited to 'common/programs/neovim.nix')
| -rw-r--r-- | common/programs/neovim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/programs/neovim.nix b/common/programs/neovim.nix index f64c706..bf249ef 100644 --- a/common/programs/neovim.nix +++ b/common/programs/neovim.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { enable = true; - package = pkgs.unstable.neovim-unwrapped; defaultEditor = true; } |