2018-05-06 22:14:50 +02:00
|
|
|
<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><command>home-manager</command></refentrytitle>
|
2019-02-10 00:37:23 +01:00
|
|
|
<manvolnum>1</manvolnum>
|
2018-05-06 22:14:50 +02:00
|
|
|
<refmiscinfo class="source">Home Manager</refmiscinfo>
|
|
|
|
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
|
|
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
|
|
<refname><command>home-manager</command></refname>
|
|
|
|
<refpurpose>reconfigure a user environment</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<cmdsynopsis>
|
2019-01-20 18:01:22 +01:00
|
|
|
<command>home-manager</command> <group choice="req">
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>help</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>build</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>switch</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>generations</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>remove-generations</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>packages</option>
|
|
|
|
</arg>
|
|
|
|
|
|
|
|
<arg choice="plain">
|
|
|
|
<option>news</option>
|
|
|
|
</arg>
|
2018-05-06 22:14:50 +02:00
|
|
|
</group>
|
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
<refsection>
|
|
|
|
<title>Description</title>
|
|
|
|
<para>
|
2019-01-20 18:01:22 +01:00
|
|
|
This command updates the user environment so that it corresponds to the
|
|
|
|
configuration specified in <filename>~/.config/nixpkgs/home.nix</filename>.
|
2018-05-06 22:14:50 +02:00
|
|
|
</para>
|
|
|
|
</refsection>
|
|
|
|
<refsection>
|
|
|
|
<title>Files</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2019-01-20 18:01:22 +01:00
|
|
|
<term>
|
|
|
|
<filename>~/.local/share/home-manager/news-read-ids</filename>
|
|
|
|
</term>
|
2018-05-06 22:14:50 +02:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2019-01-20 18:01:22 +01:00
|
|
|
Identifiers of news items that have been shown. Can be deleted to reset
|
|
|
|
the read news indicator.
|
2018-05-06 22:14:50 +02:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsection>
|
|
|
|
<refsection>
|
|
|
|
<title>Bugs</title>
|
|
|
|
<para>
|
2019-01-20 18:01:22 +01:00
|
|
|
Please report any bugs on the
|
|
|
|
<link
|
2018-05-06 22:14:50 +02:00
|
|
|
xlink:href="https://github.com/rycee/home-manager/issues">project
|
|
|
|
issue tracker</link>.
|
|
|
|
</para>
|
|
|
|
</refsection>
|
2019-02-09 17:08:21 +01:00
|
|
|
<refsection>
|
|
|
|
<title>See also</title>
|
|
|
|
<para>
|
|
|
|
<citerefentry>
|
|
|
|
<refentrytitle>home-configuration.nix</refentrytitle>
|
|
|
|
<manvolnum>5</manvolnum>
|
|
|
|
</citerefentry>
|
|
|
|
</para>
|
|
|
|
</refsection>
|
2018-05-06 22:14:50 +02:00
|
|
|
</refentry>
|