nixfiles/profiles/sound/pulseaudio/pulse-48000.nix
ChaotiCryptidz 91a99a631c run statix
2022-02-10 10:37:09 +00:00

4 lines
81 B
Nix

_: {
hardware.pulseaudio.daemon.config = { default-sample-rate = "48000"; };
}