mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
80ac72bf03
The `optionsDocBook` function is deprecated in nixpkgs since nixos-23.11. This commit updates the manual and manpages to use commonmark formatted documentation instead of the deprecated docbook format.
13 lines
447 B
Markdown
13 lines
447 B
Markdown
# Writing Home Manager Modules {#ch-writing-modules}
|
|
|
|
The module system in Home Manager is based entirely on the NixOS module
|
|
system so we will here only highlight aspects that are specific for Home
|
|
Manager. For information about the module system as such please refer to
|
|
the [Writing NixOS
|
|
Modules](https://nixos.org/nixos/manual/index.html#sec-writing-modules)
|
|
chapter of the NixOS manual.
|
|
|
|
|
|
```{=include=} sections
|
|
writing-modules/types.md
|
|
```
|