nixfiles/profiles/sound/pulseaudio/pulse.nix

8 lines
136 B
Nix
Raw Normal View History

2022-01-25 12:15:56 +00:00
{ config, pkgs, ... }: {
sound.enable = true;
nixpkgs.config.pulseaudio = true;
hardware.pulseaudio = {
enable = true;
};
}