hackens-org-configurations/hackens/audio.nix
2021-11-02 19:30:28 +01:00

6 lines
97 B
Nix

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