6 lines
82 B
Nix
6 lines
82 B
Nix
{
|
|
# Enable sound.
|
|
sound.enable = true;
|
|
hardware.pulseaudio.enable = true;
|
|
}
|