{ pkgs, config, ... }: {
environment.systemPackages = with pkgs; [
playerctl
jamesdsp
yt-dlp
feishin
#mpv-unwrapped
qpwgraph
];
}