hackens-org-configurations/machines/hackens-milieu/audio.nix
2024-03-29 23:50:17 +01:00

6 lines
97 B
Nix

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