nix-dots/modules/sound.nix

5 lines
78 B
Nix

{
# Enable sound.
sound.enable = true;
hardware.pulseaudio.enable = true;
}