nixos-config/components/README.md
Ingolf Wagner 0f42a99288
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m49s
🎨 nix fmt
2024-08-29 13:22:51 +07:00

9 lines
332 B
Markdown

# components concept
- components are kinda opinionated.
- should be project agnostic (e.g.: configure bugwarrior via options but leave
specifics out).
- `component.<toplevel>.enabled` should usually be the default for all it
subcomponents (`comonent.<topleve>.<subcomponent>.enabled`).
- But default should make sense here!