From 024097cbb611a37cb6664bdf222e836a062197b4 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 29 Dec 2025 12:24:50 +0100 Subject: [PATCH] hardware/sound: use pipewire --- modules/hardware/sound/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hardware/sound/default.nix b/modules/hardware/sound/default.nix index d3ac73f..f6dd94a 100644 --- a/modules/hardware/sound/default.nix +++ b/modules/hardware/sound/default.nix @@ -34,9 +34,8 @@ in environment.systemPackages = with pkgs; [ noisetorch - pavucontrol playerctl - pulseaudio # provide pactl to enable keyboard shortcuts + pwvucontrol ]; }; }