Files

7 lines
79 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
yt-dlp
];
}