nix-dotfiles/home/programs/yt-dlp.nix

5 lines
46 B
Nix

{ ... }:
{
programs.yt-dlp.enable = true;
}