system: Fix typo in desktop example.

The typo was introduced in 391e0d65d7.

* gnu/system/examples/desktop.tmpl: Use XFCE-DESKTOP-SERVICE-TYPE, not
XFCE-DESKTOP-SERVICE.
This commit is contained in:
Ludovic Courtès 2019-03-28 22:46:58 +01:00
parent c9711f9347
commit 971e6560eb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -58,7 +58,7 @@
;; include the X11 log-in service, networking with
;; NetworkManager, and more.
(services (append (list (service gnome-desktop-service-type)
(service xfce-desktop-service))
(service xfce-desktop-service-type))
%desktop-services))
;; Allow resolution of '.local' host names with mDNS.