hardware/sound: use pipewire
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-12-29 12:24:50 +01:00
parent e45ffe2fe3
commit 024097cbb6

View file

@ -34,9 +34,8 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
noisetorch noisetorch
pavucontrol
playerctl playerctl
pulseaudio # provide pactl to enable keyboard shortcuts pwvucontrol
]; ];
}; };
} }