nixos-config/components/README.md

9 lines
332 B
Markdown
Raw Normal View History

2023-11-07 16:47:53 +01:00
# components concept
- components are kinda opinionated.
2024-08-29 08:22:51 +02:00
- 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`).
2023-11-07 16:47:53 +01:00
- But default should make sense here!