This commit is contained in:
John Lancaster
2026-03-08 11:55:09 -05:00
parent 5d14d515e0
commit c45a48039e

View File

@@ -12,6 +12,7 @@ home-manager switch --flake .#desktop
nix flake show --all-systems
```
## Mechanics
### Flake
@@ -37,3 +38,9 @@ Looks for options:
- `flake.homeConfigurations`
- `flake.homeModules`
Show exported home configurations:
```shell
nix eval --apply builtins.attrNames .#homeConfigurations
```