diff options
Diffstat (limited to 'nix/modules/home/yt-dlp.nix')
-rw-r--r-- | nix/modules/home/yt-dlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/yt-dlp.nix b/nix/modules/home/yt-dlp.nix index 5ed35f5..b9dd8e0 100644 --- a/nix/modules/home/yt-dlp.nix +++ b/nix/modules/home/yt-dlp.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { programs.yt-dlp = { - enable = true; + enable = lib.mkDefault config.monorepo.profiles.graphics.enable; settings = { embed-thumbnail = true; embed-subs = true; |