nixos-config/modules/home/nvim/default.nix
2023-12-23 12:43:04 +01:00

5 lines
52 B
Nix

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