readme: add note on building module option docs

This commit is contained in:
Damocles 2026-04-22 22:50:14 +02:00
parent be7142ba59
commit d561d6f5c3

View file

@ -131,7 +131,15 @@ programs.nova-shell.modules = {
``` ```
Each module is an object with `enable` (default `true`) and optional extra 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`, `notifications`, `mpris`, `volume`, `bluetooth`, `backlight`, `network`,
`powerProfile`, `idleInhibitor`, `weather`, `temperature`, `gpu`, `cpu`, `memory`, `powerProfile`, `idleInhibitor`, `weather`, `temperature`, `gpu`, `cpu`, `memory`,
`disk`, `battery`, `power`, `backgroundOverlay`, `overviewBackdrop`, `lock`. `disk`, `battery`, `power`, `backgroundOverlay`, `overviewBackdrop`, `lock`.