nixconf/home-manager/nixvim.nix

7 lines
109 B
Nix

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