import-tree with multiple directories #118
|
I've been brute forcing my way through learning nix without any dev experience and right now I'm working on setting up a dendritic config from scratch. I am wondering if there is a way to pass multiple directories to import-tree instead of a single one. I've done my best to read through the source code and documentation and tried a couple experiments but I cannot get it to work. I'm not sure if this is because it isn't possible or instead because I jumped in the deep end and am lacking understanding. The general practice seems to be placing everything as sub-directories under a "modules" directory but right now I would prefer to split my "hosts" out into an independent directory that is not a child of "modules". Is it possible to pass multiple directories to import-tree with the current feature set and this is described somewhere I missed? |
Very much so! See here for an overview