From fcde5640e1f32c5bc23250ea90f6432b57328cf8 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 26 Oct 2024 02:31:28 -0500 Subject: [PATCH] feat: added yt-dlp --- home-manager/modules/misc/command-line.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/misc/command-line.nix b/home-manager/modules/misc/command-line.nix index f228a7c..520b8f3 100755 --- a/home-manager/modules/misc/command-line.nix +++ b/home-manager/modules/misc/command-line.nix @@ -31,6 +31,7 @@ wine xdotool zip + yt-dlp ; }; }