updated README

This commit is contained in:
Kristian Krsnik 2023-09-25 20:09:24 +02:00
parent a2cd8d467f
commit d26d2d5116
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 28 additions and 0 deletions

View File

@ -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)`