universe/profiles/hardware/sound.nix
2022-04-29 10:27:44 -04:00

4 lines
73 B
Nix

{ ... }: {
sound.enable = true;
hardware.pulseaudio.enable = true;
}