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