notes
This commit is contained in:
@@ -12,6 +12,7 @@ home-manager switch --flake .#desktop
|
|||||||
nix flake show --all-systems
|
nix flake show --all-systems
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Mechanics
|
## Mechanics
|
||||||
|
|
||||||
### Flake
|
### Flake
|
||||||
@@ -37,3 +38,9 @@ Looks for options:
|
|||||||
|
|
||||||
- `flake.homeConfigurations`
|
- `flake.homeConfigurations`
|
||||||
- `flake.homeModules`
|
- `flake.homeModules`
|
||||||
|
|
||||||
|
Show exported home configurations:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
nix eval --apply builtins.attrNames .#homeConfigurations
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user