mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@ (define mate-desktop-service-type
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue