diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-02 21:55:48 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-22 09:32:18 +0100 |
commit | 7080aaf08102ec4c9c976582d6adfa0c14e6c640 (patch) | |
tree | c138944b0957b7f659d69da1817a8c620cf605b6 /doc/guix.texi | |
parent | 9525164b38c2620bb2ac1052609a09c184a9a7fb (diff) |
gnu: home: home-pipewire: Add extra-content to configuration.
This allows for setting the default sound card/device, e.g.:
pcm.!default {type hw card 0 device 2}
ctl.!default {type hw card 0 device 2}
* gnu/home/services/sound.scm (home-pipewire-configuration)[extra-content]:
New field.
* gnu/home/services/sound.scm (home-pipewire-asoundrc): Append it to
"asoundrc".
* doc/guix.texi (Sound Home Services): Update accordingly.
Change-Id: I6ecebaaab41cd7313b16a5f365c21789db65664e
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0015d739bb6..3b32d5408ea 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -48150,6 +48150,9 @@ The WirePlumber package to use. @item @code{enable-pulseaudio?} (default: @code{#t}) (type: boolean) When true, enable PipeWire's PulseAudio emulation support, allowing PulseAudio clients to use PipeWire transparently. + +@item @code{extra-content} (default: @code{""}) (type: string) +Extra content to add to the end of @file{~/.config/alsa/asoundrc}. @end table @end deftp |