Regenerated
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
############################
|
||||
# Audio system
|
||||
############################
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio # PulseAudio daemon
|
||||
pavucontrol # GUI mixer
|
||||
pamixer # CLI mixer
|
||||
];
|
||||
|
||||
############################
|
||||
# Enable PulseAudio system-wide
|
||||
############################
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
############################
|
||||
# Optional: enable ALSA support
|
||||
############################
|
||||
hardware.pulseaudio.support32Bit = true; # for 32-bit apps
|
||||
}
|
||||
Reference in New Issue
Block a user