{pkgs, ...}: {
  home.packages = with pkgs; [
    yt-dlp
    spotdl
    playerctl
    ffmpeg
    pulsemixer
  ];
}