{ user, home }: { config, ... }: { home-manager.users.${user}.programs.yt-dlp = { enable = true; settings = { live-from-start = true; concurrent-fragments = config.hardware.cpu.threads; lazy-playlist = true; cookies-from-browser = "firefox"; embed-subs = true; sub-langs = "all,-live_chat"; embed-thumbnail = true; fixup = "detect_or_warn"; }; }; }