docs: add acknowledgements to README
This commit is contained in:
parent
929c8863a1
commit
cb39deafeb
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
||||||
|
|
||||||
The option `text.<name>` supports either a string or a submodule with attributes order and parts.
|
The option `text.<name>` supports either a string or a submodule with attributes order and parts.
|
||||||
The parts attribute can either be a string, which will get concatenated in the order laid out in `text.<name>.order`, or can itself have the attributes order and parts, in which case it will be evaluated recursively.''
|
The parts attribute can either be a string, which will get concatenated in the order laid out in `text.<name>.order`, or can itself have the attributes order and parts, in which case it will be evaluated recursively.''
|
||||||
|
|
||||||
|
# Acknowledgements
|
||||||
|
|
||||||
|
Full credits go to @mightyiam for coming up with the original [implementation](https://github.com/mightyiam/infra/blob/main/modules/text.nix). I simply added the recursive parts and headings.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue