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

8 lines
188 B
Nix
Raw Normal View History

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