aboutsummaryrefslogtreecommitdiff
path: root/home-manager/doc/manual.xml
blob: ff355d6ce1ee32e2c4404bfbcea0e9320bd1439f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<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"
      xml:id="book-home-manager-manual">
 <info>
  <title>Home Manager Manual</title>
 </info>
 <preface>
  <title>Preface</title>
  <para>
   This manual will eventually describes how to install, use, and extend Home
   Manager.
  </para>
  <para>
   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
   <link xlink:href="https://github.com/rycee/home-manager/issues">Home Manager issue tracker</link>.
  </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>
 <xi:include href="installation.xml" />
 <xi:include href="writing-modules.xml" />
 <xi:include href="contributing.xml" />
 <xi:include href="faq.xml" />
 <appendix xml:id="ch-options">
  <title>Configuration Options</title>
  <xi:include href="./nmd-result/home-manager-options.xml" />
 </appendix>
 <appendix xml:id="ch-tools">
  <title>Tools</title>
  <xi:include href="./man-home-manager.xml" />
 </appendix>
 <xi:include href="./release-notes/release-notes.xml" />
</book>