Add yt-dlp

This commit is contained in:
Oliver Davies 2025-07-11 00:39:08 +01:00
parent 1ba47150d1
commit c676972d0b

View file

@ -1,3 +1,5 @@
{ pkgs, ... }:
{
imports = [
../common
@ -10,4 +12,8 @@
starship.enable = true;
zsh.enable = true;
};
home.packages = with pkgs; [
yt-dlp
];
}