nix-dots/modules/sound.nix

6 lines
82 B
Nix

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