We look for configuration files in this order of priority:
$XDG_CONFIG_HOME/rezide/
$HOME/.rezide/
The directory structure should look just like the examples directory:
config_dir
├── python
│ ├── config.toml
│ └── ...
├── rezide-ide
│ ├── config.toml
│ └── ...
├── rezide-documentation
│ ├── config.toml
│ └── ...
└── ...
A directory is considered a layout
if it contains a config.toml
file.