mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services/sound: Add a udev extension for the pulseaudio service type.
PulseAudio provides udev rules used to adjust the configuration of certain hardware (e.g., sound cards); ensure they get used. * gnu/services/sound.scm (pulseaudio-service-type): Extend the udev-service-type with the pulseaudio package.
This commit is contained in:
parent
e301f1a8ed
commit
fff4daa5c2
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ (define pulseaudio-service-type
|
|||
(extensions
|
||||
(list (service-extension session-environment-service-type
|
||||
pulseaudio-environment)
|
||||
(service-extension etc-service-type pulseaudio-etc)))
|
||||
(service-extension etc-service-type pulseaudio-etc)
|
||||
(service-extension udev-service-type (const (list pulseaudio)))))
|
||||
(default-value (pulseaudio-configuration))
|
||||
(description "Configure PulseAudio sound support.")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue