Skip to content

Instantly share code, notes, and snippets.

@LEXUGE
Created April 16, 2020 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LEXUGE/ecdf28ef051e29cdc6d94af4ab205b00 to your computer and use it in GitHub Desktop.
Save LEXUGE/ecdf28ef051e29cdc6d94af4ab205b00 to your computer and use it in GitHub Desktop.
a = {
foo1.config = {
# some configs here
};
foo2.config = {
# some configs here
};
# And so on and so on.
};
config = {
# all the configs in foo1 foo2 foo3 .....
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment