docs: fix manpage path

The generated home-configuration manpage is not compressed, so point contributors at the file that docs.manPages actually creates.
This commit is contained in:
Austin Horstman 2026-06-19 16:28:21 -05:00
parent 8f3bc61192
commit e45cc6e15a

View file

@ -116,7 +116,7 @@ the man page version of the module options looks good:
``` shell
$ nix-build -A docs.manPages
$ man ./result/share/man/man5/home-configuration.nix.5.gz
$ man ./result/share/man/man5/home-configuration.nix.5
```
## Module Auto-importing {#sec-module-auto-importing}