neovim nightly

This commit is contained in:
2024-04-21 22:09:07 +02:00
parent e258ab4aef
commit 038bc3b7e5
3 changed files with 192 additions and 9 deletions

View File

@@ -1,7 +1,12 @@
{pkgs, ...}: {
{inputs, pkgs, ...}: {
nixpkgs.overlays = [
inputs.neovim-nightly-overlay.overlay
];
programs.neovim = {
enable = true;
package = pkgs.unstable.neovim-unwrapped;
package = pkgs.neovim-nightly;
viAlias = true;
vimAlias = true;