Revert "nix: use neovim nightly"

it broke stuff

This reverts commit 8ed4cbbacef73447994e7fdc9b182598081f042b.
This commit is contained in:
Léana 江 2024-03-29 16:36:06 +01:00 committed by Léana 江
parent 13810eb898
commit efdd00505a
4 changed files with 58 additions and 216 deletions

View file

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