nixos/gdm: fix option descriptions
If we use '' '' for strings with mkEnableOption they get a trailing space before the period.
This commit is contained in:
parent
a39ad85726
commit
b552ded466
@ -64,13 +64,9 @@ in
|
||||
|
||||
services.xserver.displayManager.gdm = {
|
||||
|
||||
enable = mkEnableOption ''
|
||||
GDM, the GNOME Display Manager
|
||||
'';
|
||||
enable = mkEnableOption "GDM, the GNOME Display Manager";
|
||||
|
||||
debug = mkEnableOption ''
|
||||
debugging messages in GDM
|
||||
'';
|
||||
debug = mkEnableOption "debugging messages in GDM";
|
||||
|
||||
# Auto login options specific to GDM
|
||||
autoLogin.delay = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user