services: mate-desktop: Add default value.
* gnu/services/desktop.scm (mate-desktop-service-type)[default-value]: New field.
This commit is contained in:
parent
7959ccac3f
commit
984a61624c
|
@ -906,6 +906,7 @@ and extends polkit with the actions from @code{gnome-settings-daemon}."
|
||||||
(service-extension profile-service-type
|
(service-extension profile-service-type
|
||||||
(compose list
|
(compose list
|
||||||
mate-package))))
|
mate-package))))
|
||||||
|
(default-value (mate-desktop-configuration))
|
||||||
(description "Run the MATE desktop environment.")))
|
(description "Run the MATE desktop environment.")))
|
||||||
|
|
||||||
(define* (mate-desktop-service #:key (config (mate-desktop-configuration)))
|
(define* (mate-desktop-service #:key (config (mate-desktop-configuration)))
|
||||||
|
|
Loading…
Reference in New Issue