1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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.