summaryrefslogtreecommitdiff
path: root/lib/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 07:30:49 -0400
committerseth <[email protected]>2024-07-09 15:38:51 -0400
commit5fe2777acda756ae69f59e084afd9f6d35a535da (patch)
treeb8a0bd2d2b2dd7e1e5591932e7d24dcc157fcd07 /lib/README.md
parent3578918af2e77de4c0a9290fb80721a7e08e43e3 (diff)
tree-wide: document most things
Diffstat (limited to 'lib/README.md')
-rw-r--r--lib/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 0000000..bde1e94
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,13 @@
+# ./lib/
+
+## lib.nix
+
+Top-level declaration of my functions
+
+## builders.nix
+
+Wrappers around configurations builders such as `nixosSystem` and `darwinSystem`
+
+## nginx.nix
+
+Small helpers to avoid boilerplate in the `services.nginx` module