···77- Can be used outside flakes as a dependencies-free lib; Just import our `./default.nix`.
88- Can be used to list other file types, not just `.nix`. See `.initFilter`, `.files` API.
99- Extensible API. import-tree objects are customizable. See `.addAPI`.
1010+- Useful for implementing the [Dendritic Pattern](https://github.com/mightyiam/dendritic).
10111112## Quick Usage (with flake-parts)
12131313-This example shows how to load all nix files inside `./modules`, following the
1414-[Dendritic Pattern](https://github.com/mightyiam/dendritic)
1414+This example shows how to load all nix files inside `./modules`, on [Dendritic](https://vic.github.io/dendrix/Dendritic.html) setups. (see also [flake-file's dendritic template](https://github.com/vic/flake-file?tab=readme-ov-file#flakemodulesdendritic))
15151616```nix
1717{