nixfiles/profiles/sound/pulseaudio/pulse-48000.nix
ChaotiCryptidz d23c1c8ca8 pipewire!
2022-02-08 19:46:57 +00:00

4 lines
87 B
Nix

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