diff --git a/hosts/aurum/system/audio/default.nix b/hosts/aurum/system/audio/default.nix index e04ca2b..6ecc685 100644 --- a/hosts/aurum/system/audio/default.nix +++ b/hosts/aurum/system/audio/default.nix @@ -2,6 +2,7 @@ services.pipewire = { enable = true; alsa.enable = true; + alsa.support32Bit = true; pulse.enable = true; }; }