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`.