add yt-dlp to nfss
This commit is contained in:
parent
42cd764620
commit
e1c7ffb134
1 changed files with 6 additions and 0 deletions
|
|
@ -6,9 +6,15 @@
|
||||||
../../../modules/tex.nix
|
../../../modules/tex.nix
|
||||||
../../../modules/syncthing.nix
|
../../../modules/syncthing.nix
|
||||||
../../../modules/schedule.nix
|
../../../modules/schedule.nix
|
||||||
|
../../../modules/yt-dlp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.yt-dlp-custom = {
|
||||||
|
enable = true;
|
||||||
|
downloadDir = "/home/yanlin/Downloads";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue