hackens-org-configurations/machines/hackens-milieu/shared-hackens/audio.nix
2024-01-12 16:19:31 +01:00

6 lines
97 B
Nix

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