nix: replace neovim option with package

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent a9cc298c94
commit d6048b0444

View file

@ -4,6 +4,7 @@
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
neovim
git
zoxide
tlrc
@ -37,13 +38,4 @@
loadInNixShell = true;
nix-direnv.enable = true;
};
programs.neovim = {
enable = true;
vimAlias = true;
viAlias = true;
withRuby = true;
withPython3 = true;
withNodeJs = true;
};
}