From 7a5c96284fd73e63768e239c2772f73527880d5d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:30:04 -0500 Subject: [PATCH] table --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c5c97..b569a47 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ nix flake show --all-systems ## Layout - Everything under `./modules` gets auto-imported by `import-tree` -- + +| Directory | Description | +| ------------- | ----------- | +| `hosts` | Provides either `homeConfigurations` or `nixosConfigurations` | +| `nix-tools` | Nix-specific tools, like factory functions for use in the flakes | +| `nixos` | `flake.modules.nixos` | +| `programs` | flakes that provide `flake.modules` attributes for specific programs | +| `services` | flakes that provide configuration for running services | +| `users` | flakes that provide configuration for individual users with the `flake.factory.user` factory | ## Mechanics