{ programs.nixvim = { keymaps = [ { mode = "n"; key = "n"; action = ":Neotree action=focus reveal toggle"; options.silent = true; } ]; plugins.neo-tree = { enable = true; closeIfLastWindow = true; window = { width = 30; autoExpandWidth = true; }; }; }; }