{ pkgs, ... }: { home = { packages = with pkgs; [ spotdl ]; shellAliases.spotdl = "spotdl --m3u --format opus"; }; }