mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05: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:
parent
c9711f9347
commit
971e6560eb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue