Add yt-dlp
This commit is contained in:
parent
1ba47150d1
commit
c676972d0b
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
|
@ -10,4 +12,8 @@
|
|||
starship.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
yt-dlp
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue