From d26d2d511640be3d2462454c88b3cf1009d156ee Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Mon, 25 Sep 2023 20:09:24 +0200 Subject: [PATCH] updated README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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)`