docs/site: add overlays/ for "Project structure"

This commit is contained in:
Gabriel Arazas 2023-09-25 18:38:52 +08:00
parent fc347168a1
commit 33fffb1072
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,6 +16,7 @@ nixos-config
├── hosts/
├── lib/
├── modules/
├── overlays/
├── pkgs/
├── scripts/
├── secrets/
@ -48,6 +49,9 @@ Host configurations are also exported in the flakes in `outputs.nixosConfigurati
* `./modules/` contain my custom modules including NixOS and home-manager modules.
For more information, see the github:{github-repo}[related documentation, path=./modules/README.adoc, rev=master].
* `./overlays/` contain the overlays for several established packages.
This is typically used exclusively for the project and advised to not use it if you're not foodogsquared.
* `./pkgs/` contains my custom packages.
It is exported in the flakes at `outputs.packages` compiled through various systems.