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
1 changed files with 1 additions and 1 deletions

View File

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