nixos/manual: fix typo

This commit is contained in:
Aaron Janse 2019-03-14 02:17:31 +00:00 committed by GitHub
parent 56dcc319cf
commit bd9b82dece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@
<para>
To enable auto-login, you need to define your default window manager and
desktop environment. If you wanted no desktop environment and i3 as your your
windowzmanager, you'd define:
window manager, you'd define:
<programlisting>
<xref linkend="opt-services.xserver.desktopManager.default"/> = "none";
<xref linkend="opt-services.xserver.windowManager.default"/> = "i3";