oizys/modules/editors/nvim.nix

13 lines
117 B
Nix

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