mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
docs/site: add overlays/
for "Project structure"
This commit is contained in:
parent
fc347168a1
commit
33fffb1072
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user