{ config, lib, pkgs, ... }: { xdg.configFile."yt-dlp/config".source = ../configs/yt-dlp/config; home.packages = with pkgs; [ yt-dlp ]; }