Mumble
PulseAudio Support
Add the following to your configuration.nix for pulseaudio support:
{ config, pkgs, ...}:
{
environment.systemPackages = [
(pkgs.mumble.override { pulseSupport = true; })
];
}
Add the following to your configuration.nix for pulseaudio support:
{ config, pkgs, ...}:
{
environment.systemPackages = [
(pkgs.mumble.override { pulseSupport = true; })
];
}