From d561d6f5c3b64386d7427087ba065cfc894d0e6c Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 22 Apr 2026 22:50:14 +0200 Subject: [PATCH] readme: add note on building module option docs --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2315866..2e29645 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,15 @@ programs.nova-shell.modules = { ``` Each module is an object with `enable` (default `true`) and optional extra -settings. Full list: `workspaces`, `tray`, `windowTitle`, `clock`, +settings. For a full list of all options with types and defaults, build the docs: + +```bash +nix build .#docs +# markdown: result/options.md +# html: result/index.html (open in browser) +``` + + Full list: `workspaces`, `tray`, `windowTitle`, `clock`, `notifications`, `mpris`, `volume`, `bluetooth`, `backlight`, `network`, `powerProfile`, `idleInhibitor`, `weather`, `temperature`, `gpu`, `cpu`, `memory`, `disk`, `battery`, `power`, `backgroundOverlay`, `overviewBackdrop`, `lock`.