mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
14 lines
447 B
Markdown
14 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
|
||
|
```
|