Update README.md

This commit is contained in:
Crow 2025-05-22 14:34:15 -04:00 committed by GitHub
parent 4917cfc1eb
commit 1c341a85e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
## Directory Structure
- `flake.nix` - Entrypoint for hosts and user home configurations. Also exposes
a devshell for manual bootstrapping tasks (`nix develop` or `nix-shell`).
a devshell for manual bootstrapping tasks (`nix develop`).
- `hosts` - NixOS configurations accessible via
`sudo nixos-rebuild switch --flake .#<host>`.
- `common` - Shared configurations consumed by the machine specific ones.