From ae87eb679d22e63fbcc554be61d74b0a3df8491d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 27 Dec 2022 15:26:19 -0500 Subject: [PATCH] readme: update dir layout --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f294a2..c43f2e4 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ nix run ## Directory layout - `home`: home-manager config (shared between Linux and macOS) -- `nixos`: nixos config for Linux -- `nix-darwin`: nix-darwin config for macOS -- `systems`: top-level configuration.nix('ish) for various kinds of system +- `nixos`: nixos modules for Linux +- `nix-darwin`: nix-darwin modules for macOS - `users`: user information +- `secrets`: agenix secrets (encrypted using ssh keys) +- `systems`: top-level configuration.nix('ish) for various systems ## Tips