nixfiles/profiles/sound/pulseaudio/pulse.nix
2022-01-25 12:15:56 +00:00

8 lines
136 B
Nix

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