nix: use neovim overlay

This commit is contained in:
Léana 江 2024-05-05 21:08:45 +02:00 committed by Léana 江
parent 47ac98f316
commit bfecae6899
4 changed files with 80 additions and 42 deletions

View file

@ -6,7 +6,7 @@
}:
{
programs.neovim = {
package = pkgs.neovim-pin.neovim-unwrapped;
package = pkgs.neovim;
enable = true;
defaultEditor = true;
extraPackages = lib.mkMerge [