[fix] neovim: set package explicitly

This should fix `nixvim` using neovim-0.9.5 instead of the unstable
version.
This commit is contained in:
Jalil David Salamé Messina 2024-05-06 13:13:04 +02:00
parent 01665664e6
commit 129e5f415c
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -17,7 +17,7 @@ in {
(lib.optionalAttrs canSetAsDefault {defaultEditor = lib.mkDefault true;})
(lib.optionalAttrs notStandalone {enable = lib.mkDefault true;})
(lib.mkIf cfg.enable {
# package = pkgs.neovim-nightly;
package = pkgs.neovim;
globals.mapleader = " ";
# Appearance
colorschemes = {