2018-05-06 22:14:50 +02:00
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
2018-05-11 19:25:06 +02:00
|
|
|
xml:id="book-home-manager-manual">
|
2018-05-06 22:14:50 +02:00
|
|
|
<info>
|
|
|
|
<title>Home Manager Manual</title>
|
|
|
|
</info>
|
|
|
|
<preface>
|
|
|
|
<title>Preface</title>
|
|
|
|
<para>
|
2021-08-26 03:05:00 +02:00
|
|
|
This manual will eventually describe how to install, use, and extend Home
|
2019-01-20 18:01:22 +01:00
|
|
|
Manager.
|
2018-05-06 22:14:50 +02:00
|
|
|
</para>
|
|
|
|
<para>
|
2020-05-23 14:06:34 +02:00
|
|
|
If you encounter problems then please reach out on the IRC channel
|
2021-05-29 19:29:15 +02:00
|
|
|
<link xlink:href="https://webchat.oftc.net/?channels=home-manager">#home-manager</link>
|
|
|
|
hosted by <link xlink:href="https://oftc.net/">OFTC</link>.
|
2022-01-16 18:42:31 +01:00
|
|
|
There is also a <link xlink:href="https://matrix.to/#/%23hm:rycee.net">Matrix room</link>,
|
|
|
|
which is bridged to the IRC channel.
|
2020-05-23 14:06:34 +02:00
|
|
|
If your problem is caused by a bug in Home Manager then it should
|
|
|
|
be reported on the
|
2020-10-19 21:20:37 +02:00
|
|
|
<link xlink:href="https://github.com/nix-community/home-manager/issues">Home Manager issue tracker</link>.
|
2018-05-06 22:14:50 +02:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
2022-09-08 11:17:36 +02:00
|
|
|
Commands prefixed with <literal>$ sudo</literal> have to be run as root, either
|
2018-05-06 22:14:50 +02:00
|
|
|
requiring to login as root user or temporarily switching to it using
|
|
|
|
<literal>sudo</literal> for example.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</preface>
|
2018-09-15 13:27:21 +02:00
|
|
|
<xi:include href="installation.xml" />
|
2021-11-14 00:12:54 +01:00
|
|
|
<xi:include href="usage.xml" />
|
2022-02-04 16:39:40 +01:00
|
|
|
<xi:include href="nix-flakes.xml" />
|
2020-04-21 01:02:20 +02:00
|
|
|
<xi:include href="writing-modules.xml" />
|
2020-05-20 01:03:20 +02:00
|
|
|
<xi:include href="contributing.xml" />
|
2020-05-07 00:16:51 +02:00
|
|
|
<xi:include href="faq.xml" />
|
2018-05-06 22:14:50 +02:00
|
|
|
<appendix xml:id="ch-options">
|
|
|
|
<title>Configuration Options</title>
|
2018-12-18 18:09:56 +01:00
|
|
|
<xi:include href="./nmd-result/home-manager-options.xml" />
|
2018-05-06 22:14:50 +02:00
|
|
|
</appendix>
|
2021-01-18 23:21:32 +01:00
|
|
|
<appendix xml:id="ch-nixos-options">
|
|
|
|
<title>NixOS Module Options</title>
|
|
|
|
<xi:include href="./nmd-result/nixos-options.xml" />
|
|
|
|
</appendix>
|
|
|
|
<appendix xml:id="ch-nix-darwin-options">
|
|
|
|
<title>nix-darwin Module Options</title>
|
|
|
|
<xi:include href="./nmd-result/nix-darwin-options.xml" />
|
|
|
|
</appendix>
|
2019-06-09 01:47:43 +02:00
|
|
|
<appendix xml:id="ch-tools">
|
|
|
|
<title>Tools</title>
|
|
|
|
<xi:include href="./man-home-manager.xml" />
|
|
|
|
</appendix>
|
2019-01-20 17:38:34 +01:00
|
|
|
<xi:include href="./release-notes/release-notes.xml" />
|
2018-05-06 22:14:50 +02:00
|
|
|
</book>
|