services: mate-desktop: Add default value.

* gnu/services/desktop.scm (mate-desktop-service-type)[default-value]:
New field.
This commit is contained in:
Ludovic Courtès 2019-03-11 14:06:39 +01:00
parent 7959ccac3f
commit 984a61624c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -906,6 +906,7 @@ and extends polkit with the actions from @code{gnome-settings-daemon}."
(service-extension profile-service-type
(compose list
mate-package))))
(default-value (mate-desktop-configuration))
(description "Run the MATE desktop environment.")))
(define* (mate-desktop-service #:key (config (mate-desktop-configuration)))