nix: use neovim nightly

This commit is contained in:
Léana 江 2024-03-29 16:34:14 +01:00 committed by Léana 江
parent 3e199282b2
commit 13810eb898
4 changed files with 216 additions and 58 deletions

View file

@ -2,11 +2,9 @@
config,
pkgs,
lib,
neovim-pin,
...
}: {
programs.neovim = {
package = neovim-pin.neovim-unwrapped;
enable = true;
defaultEditor = true;
extraPackages = with pkgs;