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