···23 <command>wmii-hg</command> package.
24 </para></listitem>
25 </itemizedlist>
26+27+ <listitem><para>Gitit! Is no longer automatically added to the module list in
28+ NixOS and as such there will not be any manual entries for it. You will need to
29+ add an import statement to your nixos configuration in order to use it. As
30+ an example adding:
31+ <programlisting><![CDATA[
32+ {
33+ imports = [ <nixos/modules/services/misc/gitit.nix> ];
34+ }
35+ ]]>
36+ </programlisting>
37+ Will include the gitit service configuration options.
38</para>
39</section>