Nix-Hyprland/nixos/modules/nixvim/plugins/neotree.nix

8 lines
146 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
programs.nixvim.plugins.neo-tree = {
enable = true;
filesystem.followCurrentFile.enabled = true;
closeIfLastWindow = true;
};
}