1
1
Fork 0

imperium: add yt-dlp wrapper

This commit is contained in:
Tim Van Baak 2024-06-03 06:42:47 -07:00
parent 5045e27ad8
commit 35e4366df9
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
users.users.tvb = { users.users.tvb = {
extraGroups = [ "networkmanager" ]; extraGroups = [ "networkmanager" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'')
];
}; };
# Configs needed to run TF2 on integrated graphics # Configs needed to run TF2 on integrated graphics