1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-05-09 13:17:58 +00:00
parent 3b9dc239b6
commit 41e4ba4cdc

View file

@ -822,7 +822,7 @@ All text is hosted in Home Managers Git repository.</p><p>The HTML version of
descriptions and the documentation of Home Manager can be generated and descriptions and the documentation of Home Manager can be generated and
opened by typing the following in a shell within a clone of the Home opened by typing the following in a shell within a clone of the Home
Manager Git repository:</p><pre><code class="programlisting shell">$ nix-build -A docs.html Manager Git repository:</p><pre><code class="programlisting shell">$ nix-build -A docs.html
$ xdg-open ./result/share/doc/home-manager/index.html $ xdg-open ./result/share/doc/home-manager/index.xhtml
</code></pre><p>When you have made changes to a module, it is a good idea to check that </code></pre><p>When you have made changes to a module, it is a good idea to check that
the man page version of the module options looks good:</p><pre><code class="programlisting shell">$ nix-build -A docs.manPages the man page version of the module options looks good:</p><pre><code class="programlisting shell">$ nix-build -A docs.manPages
$ man ./result/share/man/man5/home-configuration.nix.5.gz $ man ./result/share/man/man5/home-configuration.nix.5.gz