From 77ce3f12920070b11cd161a286a92e296030da0f Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 6 Mar 2024 19:05:45 +0100 Subject: [PATCH] Add more info to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8258ff8..f59d59f 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,9 @@ silo apply To apply the configuration. If you're using `nix` with `home-manager` you need to run `silo apply` a second time because the newly installed packages (using the home-manager hook in `~/hooks/home-manager.nu`) will change how the configuration is applied. + +So on `apply` this repo does + +1. Update the context variables in `~/.config/silo.toml` and prompts for input on required variables. +2. Renders the templates and moves the resulting configurations to the configured directories +3. Runs `home-manager` to automatically install packages. Additionally deletes older hm-generations and clears the cache