mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
7ef3db3730
Also remove `CONTRIBUTING.adoc` and `FAQ.adoc` from project root since GitHub knows to pick them up from the docs directory. Fixes #2273
40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<refentry xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<refmeta>
|
|
<refentrytitle><filename>home-configuration.nix</filename></refentrytitle>
|
|
<manvolnum>5</manvolnum>
|
|
<refmiscinfo class="source">Home Manager</refmiscinfo>
|
|
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname><filename>home-configuration.nix</filename></refname>
|
|
<refpurpose>Home Manager configuration specification</refpurpose>
|
|
</refnamediv>
|
|
<refsection>
|
|
<title>Description</title>
|
|
<para>
|
|
The file <filename>~/.config/nixpkgs/home.nix</filename> contains the
|
|
declarative specification of your Home Manager configuration. The command
|
|
<command>home-manager</command> takes this file and realises the user
|
|
environment configuration specified therein.
|
|
</para>
|
|
</refsection>
|
|
<refsection>
|
|
<title>Options</title>
|
|
<para>
|
|
You can use the following options in
|
|
<filename>home-configuration.nix</filename>:
|
|
</para>
|
|
<xi:include href="./nmd-result/home-manager-options.xml" />
|
|
</refsection>
|
|
<refsection>
|
|
<title>See also</title>
|
|
<para>
|
|
<citerefentry>
|
|
<refentrytitle>home-manager</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</citerefentry>
|
|
</para>
|
|
</refsection>
|
|
</refentry>
|