From ff34bbe896bd0b68fd7dce656a59d038190e9485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 31 Mar 2024 16:23:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20(aurum/system)=20enable=20asla=2032?= =?UTF-8?q?=20bit=20audio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aurum/system/audio/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }