fix(pipewire): disable lowLatency module till I figure out the confict with usb microphone

This commit is contained in:
ooks-io 2024-03-12 21:37:05 +13:00
parent c732a4c751
commit 51b28161d4

View file

@ -52,7 +52,7 @@ in
};
};
};
services.pipewire.lowLatency.enable = true;
# services.pipewire.lowLatency.enable = true;
nixpkgs.overlays = [
(_: prev: {