Nix-Hyprland/nixos/modules/nixvim/plugins/neotree.nix
2024-04-17 05:52:14 +05:00

8 lines
146 B
Nix

{
programs.nixvim.plugins.neo-tree = {
enable = true;
filesystem.followCurrentFile.enabled = true;
closeIfLastWindow = true;
};
}