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>
|
2019-01-20 18:01:22 +01:00
|
|
|
This manual will eventually describes how to install, use, and extend Home
|
|
|
|
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
|
|
|
|
<link xlink:href="https://webchat.freenode.net/?url=irc%3A%2F%2Firc.freenode.net%2Fhome-manager">#home-manager</link>
|
|
|
|
hosted by <link xlink:href="https://freenode.net/">freenode</link>.
|
|
|
|
The <link xlink:href="https://logs.nix.samueldr.com/home-manager/">channel logs</link>
|
|
|
|
are hosted courtesy of <link xlink:href="https://github.com/samueldr/">samueldr</link>.
|
|
|
|
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>
|
|
|
|
Commands prefixed with <literal>#</literal> have to be run as root, either
|
|
|
|
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" />
|
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>
|
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>
|