···
<para>When upgrading from a previous release, please be aware of the
10
-
following incompatible changes:
10
+
following incompatible changes:</para>
14
-
<command>wmiiSnap</command> has been replaced with
15
-
<command>wmii_hg</command>, but
16
-
<command>services.xserver.windowManager.wmii.enable</command>
17
-
has been updated respectively so this only affects you if you
18
-
have explicitly installed <command>wmiiSnap</command>.
21
-
<command>wmiimenu</command> is removed, as it has been removed by
22
-
the developers upstream. Use <command>wimenu</command> from the
23
-
<command>wmii-hg</command> package.
14
+
<para><command>wmiiSnap</command> has been replaced with
15
+
<command>wmii_hg</command>, but
16
+
<command>services.xserver.windowManager.wmii.enable</command> has
17
+
been updated respectively so this only affects you if you have
18
+
explicitly installed <command>wmiiSnap</command>.
26
-
<listitem><para>Gitit! Is no longer automatically added to the module list in
27
-
NixOS and as such there will not be any manual entries for it. You will need to
28
-
add an import statement to your nixos configuration in order to use it. As
30
-
<programlisting><![CDATA[
32
-
imports = [ <nixos/modules/services/misc/gitit.nix> ];
36
-
Will include the gitit service configuration options.
23
+
<para><command>wmiimenu</command> is removed, as it has been
24
+
removed by the developers upstream. Use <command>wimenu</command>
25
+
from the <command>wmii-hg</command> package.</para>
29
+
<para>Gitit is no longer automatically added to the module list in
30
+
NixOS and as such there will not be any manual entries for it. You
31
+
will need to add an import statement to your NixOS configuration
32
+
in order to use it, e.g.
34
+
<programlisting><![CDATA[
36
+
imports = [ <nixos/modules/services/misc/gitit.nix> ];
38
+
]]></programlisting>
40
+
will include the Gitit service configuration options.</para>