1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

docs: clarifications

This commit is contained in:
oddlama 2023-07-02 00:22:59 +02:00
parent 5636a8d08c
commit 01668ddee6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,10 @@ but here's a quick breakdown of the what you will find where.
`apps/` | runnable actions for flake maintenance
`hosts/<hostname>` | top-level configuration for `<hostname>`
`lib/` | library functions overlayed on top of `nixpkgs.lib`
`modules/` | contains modularized configuration.
`modules/config/` | global configuration for all hosts
`modules/optional/` | optional configuration included by hosts
`modules/meta/` | simplified setup for existing modules and cross-host config
`modules/*/` | classical reusable configuration modules
`nix/` | library functions and flake plumbing
`pkgs/` | Custom packages and scripts
`secrets/` | Global secrets and age identities