diff --git a/README.md b/README.md index 7916918..6e630f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,33 @@ # Home Manager Config +## Systems + +Current available systems are: + +* `pc` +My workstation PC running NixOS. +* `laptop` +My laptop, a Thinkpad X1 Carbon Gen 7, also running NixOS. + +After + +## dconf + +It is possible to observe live changes to dconf via `dconf watch /`. +If you want to convert the current dconf to a nix expression enter the dev shell with `nix develop` and do + +```txt +dconf dump / | dconf2nix > dconf.nix +``` + +Build with + +```txt +home-manager switch --flake .#[configuration] +``` + +After first deployment it suffices to do `hms` for `home-manager switch ...`. + ## Laptop Specific instructions for the `Lenovo Thinkpad Yoga C13 (Morphius)`