imperium: add yt-dlp wrapper
This commit is contained in:
parent
5045e27ad8
commit
35e4366df9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue