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