mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mate-desktop-service-type: Add description.
* gnu/services/desktop.scm (mate-desktop-service-type): Add description.
This commit is contained in:
parent
d1ae687967
commit
a31d7334c2
1 changed files with 2 additions and 1 deletions
|
@ -856,7 +856,8 @@ (define mate-desktop-service-type
|
|||
mate-package))
|
||||
(service-extension profile-service-type
|
||||
(compose list
|
||||
mate-package))))))
|
||||
mate-package))))
|
||||
(description "Run the MATE desktop environment.")))
|
||||
|
||||
(define* (mate-desktop-service #:key (config (mate-desktop-configuration)))
|
||||
"Return a service that adds the @code{mate} package to the system profile,
|
||||
|
|
Loading…
Reference in a new issue