diff --git a/README.md b/README.md index 0623168..0739913 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file