nixos/home/apps/nvim/nvim-tree.nix
2024-05-02 15:40:12 +02:00

6 lines
67 B
Nix

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