nixconf/home-manager/nixvim.nix

8 lines
114 B
Nix

{ config, pkgs, ... }:
{
programs.nixvim = {
enable = true;
# plugins.neotree.enable = true;
};
}