From fc4cc2b88b37f5952fe1b9f34ef4fe33a5b0847c Mon Sep 17 00:00:00 2001 From: Core Date: Sat, 11 Jan 2025 00:51:37 +0000 Subject: [PATCH] fix: remove hardforce that broke from upstream --- hosts/common/services/pipewire.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/common/services/pipewire.nix b/hosts/common/services/pipewire.nix index 1ce01be..64c7b14 100644 --- a/hosts/common/services/pipewire.nix +++ b/hosts/common/services/pipewire.nix @@ -5,8 +5,6 @@ ... }: { - hardware.pulseaudio.enable = lib.mkForce false; - services.pipewire = { enable = true; alsa.enable = true;