From 56faa5e9caf4408c2c4d6df50287c3b1c9e6c1b4 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 5 Feb 2025 03:38:52 -0800 Subject: Finish automation of spontaneity cloud deployments --- nix/modules/home/yt-dlp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/home/yt-dlp.nix') 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; -- cgit