nixos/home/nvim/nvim-tree.nix
2024-03-11 19:36:05 +01:00

6 lines
67 B
Nix

{
programs.nixvim.plugins.neo-tree = {
enable = true;
};
}