{ pkgs, ... }:
{
  home.packages = with pkgs; [
    pavucontrol mpv yt-dlp vlc mixxx
  ];

  # services.blueman-applet.enable = true;
}