oizys/modules/editors/nvim.nix

11 lines
115 B
Nix
Raw Normal View History

2024-05-06 14:32:00 -05:00
{ pkgs, ... }:
{
2024-01-23 11:51:13 -06:00
environment.systemPackages = with pkgs; [
vim
neovim
2024-03-11 09:43:32 -05:00
# nixd
2024-01-23 11:51:13 -06:00
tree-sitter
];
}