From 876f7e6c3fbfdb3fa5d448bbaea99aca198da20f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 23 Mar 2026 22:33:29 +0000 Subject: [PATCH] Update files --- system/sound.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/sound.nix b/system/sound.nix index 91db8e1..ca26f86 100644 --- a/system/sound.nix +++ b/system/sound.nix @@ -1,9 +1,6 @@ { ... }: { - hardware = { - sound.enable = true; - }; software.pulseaudio.enable = false; services.pipewire = { enable = true;