8 lines
188 B
Nix
8 lines
188 B
Nix
{tree, ...}: {
|
|
imports = with tree; [
|
|
profiles.sound.pulseaudio.pulse
|
|
profiles.sound.pulseaudio.pulse-systemwide
|
|
profiles.sound.pulseaudio.pulse-recv-native-localhost
|
|
];
|
|
}
|