aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/sound/default.nix
blob: 5d10b71ffdc3be4f6a6ee7afcc1e9c7a797454ae (plain)
1
2
3
4
5
{ ... }: {
  sound.enable = true;
  hardware.pulseaudio.enable = true;
  hardware.pulseaudio.zeroconf.discovery.enable = true;
}