From 2aaabea4a44d20abaf47165f0e1f3ec1f5372953 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 28 Aug 2024 16:44:03 +0200 Subject: [PATCH] . --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index f1a038a..1984af0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,8 +131,8 @@ services.pipewire = { enable = true; - alsa.enable = true; - alsa.support32Bit = true; + #alsa.enable = true; + #alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this #jack.enable = true;