From 929c8863a1c323e1264887501e9a7914571654db Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 6 Jul 2025 05:08:19 +0800 Subject: [PATCH] docs: add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e5223a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# text.nix flake-parts module + +The option `text.` 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..order`, or can itself have the attributes order and parts, in which case it will be evaluated recursively.''