oizys/modules/editors/nvim.nix

11 lines
115 B
Nix

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