diff --git a/README.md b/README.md index c4ab8b4..241759d 100644 --- a/README.md +++ b/README.md @@ -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