nixfiles/profiles/sound/pulseaudio/pulse.nix

6 lines
130 B
Nix
Raw Normal View History

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