Files
nixos/home/apps/yt-dlp.nix
T
2026-08-08 02:30:01 +03:00

11 lines
80 B
Nix

{
config,
pkgs,
...
}:
{
home.packages = [
pkgs.yt-dlp-light
];
}