doc: align module capitalization (#1115)
Closes: https://github.com/danth/stylix/issues/1084 Link: https://github.com/danth/stylix/pull/1115 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: Daniel Thwaites <danth@danth.me> Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
This commit is contained in:
parent
31fdf60634
commit
82f67a36eb
90 changed files with 127 additions and 20 deletions
|
|
@ -145,10 +145,17 @@ slow and should be avoided.
|
|||
For everything else, like fonts and wallpapers, you can just take option values
|
||||
directly from `config`. See the reference pages for a list of options.
|
||||
|
||||
## Maintainers
|
||||
## Metadata
|
||||
|
||||
New modules must have at least one maintainer defined in
|
||||
`/modules/«module»/meta.nix`.
|
||||
Metadata is stored in `/modules/«module»/meta.nix`. The following attributes are
|
||||
available under `meta`:
|
||||
|
||||
- `maintainers`: required list of maintainers. See [Maintainers](#maintainers) section.
|
||||
- `name`: required human-readable string name.
|
||||
|
||||
### Maintainers
|
||||
|
||||
New modules must have at least one maintainer.
|
||||
|
||||
If you are not already listed in the Nixpkgs `/maintainers/maintainer-list.nix`
|
||||
maintainer list, add yourself to `/stylix/maintainers.nix`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue