home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 1291e4b334983b5b05d9ae63afd65ae5009dfa07
parent 5fbd29322070d55b8e6c72762fa0a73b7c2ca2f0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  5 Jan 2024 15:26:49 +0100

hardware/audio: add pulseaudioFull

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/hardware/audio.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/modules/hardware/audio.nix b/systems/modules/hardware/audio.nix @@ -86,6 +86,7 @@ in apulse # allow alsa application to use pulse pavucontrol # pulseaudio volume control pasystray # systray application + pulseaudioFull # pactl, etc.. ]; }) (mkIf (cfg.pulseaudio.enable && cfg.pulseaudio.tcp) {