nix: neovim 0.10.0

This commit is contained in:
Primrose 2024-05-27 20:06:43 +02:00
parent 60aa5c2db6
commit fb8225f330
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 41 additions and 81 deletions

View file

@ -9,9 +9,7 @@
config = {
programs.neovim = {
# default points to `neovim-unwrapped`
# this is the overlay
package = pkgs.neovim;
package = pkgs.neovim-pin.neovim-unwrapped;
enable = true;
defaultEditor = true;
extraPackages = lib.mkMerge [