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;