nixfiles/hosts/raspberry/services/music-friend/pulseaudiio.nix

8 lines
190 B
Nix
Raw Normal View History

2022-01-29 18:06:26 +00:00
{ tree, ... }: {
imports = with tree; [
profiles.sound.pulseaudio.pulse
profiles.sound.pulseaudio.pulse-systemwide
profiles.sound.pulseaudio.pulse-recv-native-localhost
];
}