updated readme

This commit is contained in:
2025-11-10 17:58:20 +01:00
parent fa9f282194
commit bf30e8eeb6

View File

@@ -112,6 +112,10 @@ home.packages = with pkgs; [
]
```
## Configuration
You can configure some of the cli arguments with a config file. It is always located relatively to the current directory under `./docki.config.toml`. Available options and their defaults can be found in the [config.rs](src/app/config/config.rs) file. CLI arguments with the same names as in the config usually have also the same default values.
## Development
### Running it