commit 285b99c7e0ac45cd1bdad13e63c800a87c0906a0 parent 41321b0711ccf51bb80f5453dc1bb4ee35528a85 Author: breadcat <breadcat@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:11:22 +0000 Fix trailing quote mark Diffstat:
| M | home/yt-dlp.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/yt-dlp.nix b/home/yt-dlp.nix @@ -2,7 +2,7 @@ programs.yt-dlp = { enable = true; extraConfig = '' - --no-playlist" + --no-playlist ''; }; }