Files
nixos/modules/home-manager/neovim.nix
T

8 lines
74 B
Nix

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