1 2 3 4 5 6 7
{ programs.nixvim.plugins.neo-tree = { enable = true; filesystem.followCurrentFile.enabled = true; closeIfLastWindow = true; }; }