From 78b0c8382e08df9c1531ee13748a74836bb80149 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 23 Jun 2024 22:17:23 -0500 Subject: [PATCH] Revert "more pipewire settings" This reverts commit e6d0ee222f4dc753bb4dcc7a36d34dd369220fbd. --- hosts/workstation/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 540965c..d30e8e3 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -132,9 +132,6 @@ in }; pipewire = { enable = true; - audio = { - enabled = true; - }; alsa = { enable = true; support32Bit = true;