1
1
Fork 0

backyard: add yt-dlp wrapper script

This commit is contained in:
Tim Van Baak 2024-05-10 14:26:09 +00:00
parent 0882bc1b26
commit 96259b6714
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@
users.users = {
tvb = {
extraGroups = [ "networkmanager" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'')
];
};
katydid = {
uid = 1102;