feat(README): mention automatic packages extraction

This commit is contained in:
reo101 2024-08-02 10:38:37 +03:00
parent 4e3733178e
commit 62196fbcd6
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -47,7 +47,8 @@
# Structure
- Everything is built upon [flake-parts](https://flake.parts/), with [flake modules](./modules/flake/) for automatic modules and configurations extraction
- Everything is built upon [flake-parts](https://flake.parts/), with [flake modules](./modules/flake/) for automatic packages, modules && configurations extraction
- Automatic classic (`callPackage`) and `dream2nix` packages extraction
- Automatic `nixos`, `nix-darwin`, `nix-on-droid`, `home-manager` and `flake` modules extraction
- Automatic `nixos`, `nix-darwin`, `nix-on-droid` and `home-manager` configurations extraction
- Hosts can be found under `./hosts/${config-type}/${system}/${hostname}/...`