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