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