nixfiles/profiles/sound/pulseaudio/pulse-48000.nix

4 lines
81 B
Nix
Raw Normal View History

2022-02-10 10:37:09 +00:00
_: {
2022-02-08 19:46:57 +00:00
hardware.pulseaudio.daemon.config = { default-sample-rate = "48000"; };
}