From c45a48039e03805097a7db7f09ef6c3cd1e5b7e9 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:55:09 -0500 Subject: [PATCH] notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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