hackens-org-configurations/profiles/shared-hackens/audio.nix
2021-12-14 18:36:07 +01:00

6 lines
97 B
Nix

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