xsettingsd: enable service for dynamic GTK theme switching
[julm/julm-nix.git] / nixpkgs / overlays / podl.nix
index b9f27180e8358ae26987e6cf6bd864c79c614cc9..d95c262f6b9910a46d2a2a72bd71b6fb93686362 100644 (file)
@@ -1,8 +1,8 @@
 self: super: {
   podl = super.writeShellScriptBin "podl" ''
     PATH=${with self; lib.makeBinPath [
-      coreutils utillinux findutils gnugrep gnused
-      curl aria2 youtube-dl xmlstarlet
+      coreutils util-linux findutils gnugrep gnused
+      curl aria2 yt-dlp xmlstarlet file
     ]}
     ${builtins.readFile ./podl.sh}
   '';