embed audio metadata

This commit is contained in:
Yan Lin 2026-02-01 10:48:56 +01:00
parent 53d7bf16ec
commit 96ec691dc5
2 changed files with 8 additions and 7 deletions

View file

@ -3,8 +3,11 @@
{
imports = [
../home-default.nix
../../../modules/yt-dlp.nix
];
# MacBook-specific home configuration
# Example: Laptop-specific tools, power management, etc.
programs.yt-dlp-custom = {
enable = true;
downloadDir = "~/Downloads";
};
}