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