readme: add link to online options documentation
This commit is contained in:
parent
ec3cbf81c4
commit
bbcef2fd33
1 changed files with 4 additions and 2 deletions
|
@ -179,8 +179,9 @@ $ home-manager build
|
||||||
which will create a `result` link to a directory containing an
|
which will create a `result` link to a directory containing an
|
||||||
activation script and the generated home directory files.
|
activation script and the generated home directory files.
|
||||||
|
|
||||||
To see available configuration options with descriptions and usage
|
Documentation of available configuration options, including
|
||||||
examples run
|
descriptions and usage examples, is available in the [Home Manager
|
||||||
|
manual][configuration options] or offline by running
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ man home-configuration.nix
|
$ man home-configuration.nix
|
||||||
|
@ -299,3 +300,4 @@ in your Home Manager configuration.
|
||||||
[nixAllowedUsers]: https://nixos.org/nix/manual/#conf-allowed-users
|
[nixAllowedUsers]: https://nixos.org/nix/manual/#conf-allowed-users
|
||||||
[nixosAllowedUsers]: https://nixos.org/nixos/manual/options.html#opt-nix.allowedUsers
|
[nixosAllowedUsers]: https://nixos.org/nixos/manual/options.html#opt-nix.allowedUsers
|
||||||
[Z shell]: http://zsh.sourceforge.net/
|
[Z shell]: http://zsh.sourceforge.net/
|
||||||
|
[configuration options]: https://rycee.github.io/home-manager/options.html
|
||||||
|
|
Loading…
Reference in a new issue