oizys/modules/editors/nvim.nix

10 lines
113 B
Nix

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