nixfiles/profiles/sound/pulseaudio/pulse-systemwide.nix
ChaotiCryptidz 66092dd42c format
2022-01-25 13:01:22 +00:00

8 lines
152 B
Nix

{ tree, ... }: {
imports = with tree; [ profiles.sound.pulseaudio.pulse ];
hardware.pulseaudio = {
systemWide = true;
enable = true;
};
}