updated README
This commit is contained in:
parent
a2cd8d467f
commit
d26d2d5116
28
README.md
28
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)`
|
||||
|
Loading…
Reference in New Issue
Block a user