Minor audio module clean up
This commit is contained in:
parent
b2691a751a
commit
0e7cb62870
|
@ -17,7 +17,6 @@ in {
|
|||
};
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
media-session.enable = true;
|
||||
config.pipewire-pulse."context.modules" = [
|
||||
{
|
||||
"args" = { };
|
||||
|
@ -48,7 +47,6 @@ in {
|
|||
];
|
||||
configuration = ''
|
||||
[audio]
|
||||
mixer = software
|
||||
mixer_volume =
|
||||
output = pulsesink server=127.0.0.1
|
||||
visualizer =
|
||||
|
|
Loading…
Reference in New Issue