···2323 <command>wmii-hg</command> package.
2424 </para></listitem>
2525 </itemizedlist>
2626+2727+ <listitem><para>Gitit! Is no longer automatically added to the module list in
2828+ NixOS and as such there will not be any manual entries for it. You will need to
2929+ add an import statement to your nixos configuration in order to use it. As
3030+ an example adding:
3131+ <programlisting><![CDATA[
3232+ {
3333+ imports = [ <nixos/modules/services/misc/gitit.nix> ];
3434+ }
3535+ ]]>
3636+ </programlisting>
3737+ Will include the gitit service configuration options.
2638</para>
2739</section>