services: Add pulseaudio to %desktop-services.

Fixes <https://bugs.gnu.org/38172>.
Reported by raingloom <raingloom@riseup.net>.

* gnu/services/desktop.scm (%desktop-services): Add pulseaudio service.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Leo Prikler 2020-01-10 02:48:24 +01:00 committed by Marius Bakke
parent fc29f3bf4f
commit 71e33e32fc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@ or setting its password with passwd.")))
x11-socket-directory-service
(service pulseaudio-service-type)
(service alsa-service-type)
%base-services))