From 87781c765844409226804157546753b84ef3c6b4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 8 Dec 2025 08:03:50 +0900 Subject: treewide: include PipeWire op and enforce PulseAudio check This fully replaces PulseAudio with PipeWire and enforces the PulseAudio check and error message. The pipewire-pulse daemon is handled in the NixOS module. Closes #26. Signed-off-by: Ophestra --- test/interactive/hakurei.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interactive') diff --git a/test/interactive/hakurei.nix b/test/interactive/hakurei.nix index 887ed3e2..9b37bc73 100644 --- a/test/interactive/hakurei.nix +++ b/test/interactive/hakurei.nix @@ -15,7 +15,7 @@ command = "foot"; enablements = { dbus = false; - pulse = false; + pipewire = false; }; }; }; -- cgit v1.3.1