readme: add note on building module option docs
This commit is contained in:
parent
be7142ba59
commit
d561d6f5c3
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue