oizys/modules/editors/nvim.nix

10 lines
111 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
vim
neovim
nixd
tree-sitter
];
}