oizys/modules/editors/nvim.nix

10 lines
111 B
Nix
Raw Normal View History

2024-02-02 16:39:43 -06:00
{pkgs, ...}: {
2024-01-23 11:51:13 -06:00
environment.systemPackages = with pkgs; [
vim
neovim
nixd
tree-sitter
];
}