mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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/
|
├── hosts/
|
||||||
├── lib/
|
├── lib/
|
||||||
├── modules/
|
├── modules/
|
||||||
|
├── overlays/
|
||||||
├── pkgs/
|
├── pkgs/
|
||||||
├── scripts/
|
├── scripts/
|
||||||
├── secrets/
|
├── 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.
|
* `./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].
|
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.
|
* `./pkgs/` contains my custom packages.
|
||||||
It is exported in the flakes at `outputs.packages` compiled through various systems.
|
It is exported in the flakes at `outputs.packages` compiled through various systems.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user