hackens-org-configurations/machines/milieu/shared-hackens/audio.nix
2023-12-19 13:27:58 +01:00

6 lines
97 B
Nix

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