diff options
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r-- | gnu/services/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index ca39994516..d0bd476f2b 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -949,7 +949,7 @@ the GNOME desktop environment.") (start #~(lambda () (fork+exec-command (list #$(file-append (gdm-configuration-gdm config) - "/bin/gdm")) + "/sbin/gdm")) #:environment-variables (list (string-append "GDM_CUSTOM_CONF=" |