diff options
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/hardware/audio.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/audio.nix b/system/settings/hardware/audio.nix index ed956919..b66f9d04 100644 --- a/system/settings/hardware/audio.nix +++ b/system/settings/hardware/audio.nix @@ -5,6 +5,7 @@ support32Bit = true; daemon.config = { flat-volumes = "no"; + avoid-resampling = "yes"; }; package = if config.hardware.bluetooth.enable then pkgs.pulseaudioFull |