From 0bab5e37a7acb2eecac465cfed14ae6a07686577 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 17 Oct 2024 13:30:13 +0200 Subject: [PATCH] Add yt-dlp --- nixos/common/packages/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common/packages/default.nix b/nixos/common/packages/default.nix index ea17bd1c..f2782667 100644 --- a/nixos/common/packages/default.nix +++ b/nixos/common/packages/default.nix @@ -23,5 +23,6 @@ busybox # General linux commands, nslookup, dig, etc ethtool # Ethernet troubleshooting:with file # Shows the types of files + yt-dlp # Download YouTube videos ]; }