summaryrefslogtreecommitdiff
path: root/services/sound.nix
blob: a9e534ab819902a2da039a5172d4a583209fcef8 (plain)
1
2
3
4
5
6
{ config, ... }:
{
  # Enable sound.
  sound.enable = true;
  hardware.pulseaudio.enable = true;
}