nixos gdm: fix enable description

This commit is contained in:
Luca Bruno 2015-08-28 10:36:12 +02:00
parent aa242281ab
commit d7d619f2cb

View File

@ -19,7 +19,7 @@ in
services.xserver.displayManager.gdm = {
enable = mkEnableOption ''
Whether to enable GDM as the display manager.
GDM as the display manager.
<emphasis>GDM is very experimental and may render system unusable.</emphasis>
'';