backyard: add yt-dlp wrapper script
This commit is contained in:
parent
0882bc1b26
commit
96259b6714
|
@ -88,6 +88,9 @@
|
|||
users.users = {
|
||||
tvb = {
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'')
|
||||
];
|
||||
};
|
||||
katydid = {
|
||||
uid = 1102;
|
||||
|
|
Loading…
Reference in New Issue