mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
installer: Xfce service uses the 'service' form.
* gnu/installer/services.scm (%system-services): Adjust Xfce snippet to use the 'service' form.
This commit is contained in:
parent
3df69aaf63
commit
7422f5dae1
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,7 @@ (define %system-services
|
|||
(snippet '(service gnome-desktop-service-type)))
|
||||
(desktop-environment
|
||||
(name "Xfce")
|
||||
;; TODO: Use 'xfce-desktop-service-type' when the 'guix' package provides
|
||||
;; it with a default value.
|
||||
(snippet '(xfce-desktop-service)))
|
||||
(snippet '(service xfce-desktop-service-type)))
|
||||
(desktop-environment
|
||||
(name "MATE")
|
||||
(snippet '(service mate-desktop-service-type)))
|
||||
|
|
Loading…
Reference in a new issue