From: Jakub Czajka Date: Mon, 26 Dec 2022 17:33:55 +0000 (+0100) Subject: [system] Install pulseaudio. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=e4945402169890fd814cd67346bf80774de2e0dd;p=guix.git [system] Install pulseaudio. --- diff --git a/system.scm b/system.scm index 7bcb860..416e6e1 100644 --- a/system.scm +++ b/system.scm @@ -12,7 +12,8 @@ (use-package-modules base certs - linux) + linux + pulseaudio) (use-service-modules desktop) @@ -64,6 +65,7 @@ (list gnu-make nss-certs bluez + pulseaudio volume) dwm-desktop-packages %base-packages))