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 ]; }; }