nixos-config/modules/home/nvim.nix
2024-04-06 14:02:42 +02:00

8 lines
86 B
Nix

{ pkgs, ... }:
{
programs.neovim = {
enable = true;
vimAlias = true;
};
}