There are a few different approaches you can take instead (having multiple files merged over eachother by e.g. using fromFiles() and globbing, or, for your INI example, have an @include of a base config in the top each specific file and override specific values afterwards.