From 35e4366df9ed2ad3ce659d2d8ddbec4904ff0f9f Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 3 Jun 2024 06:42:47 -0700 Subject: [PATCH] imperium: add yt-dlp wrapper --- machine/imperium/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machine/imperium/default.nix b/machine/imperium/default.nix index 56921ce..e2dd0f9 100644 --- a/machine/imperium/default.nix +++ b/machine/imperium/default.nix @@ -57,6 +57,9 @@ users.users.tvb = { extraGroups = [ "networkmanager" ]; + packages = [ + (pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'') + ]; }; # Configs needed to run TF2 on integrated graphics