From bf30e8eeb68df243d5043b77577cdb326847148e Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 10 Nov 2025 17:58:20 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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