nixos/home/programs/nvim/nvim-tree.nix
2024-06-14 10:00:54 +02:00

6 lines
67 B
Nix

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