dot_testing/modules/pulse.nix

7 lines
92 B
Nix

{ lib, config, pkgs, ...}:
{
sound.enable = true;
hardware.pulseaudio.enable = true;
}