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

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.