From 7c80cc28c847d9a101180e3a569b323f974bd6bf Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 27 Jul 2024 20:20:47 -0400 Subject: [PATCH] thelio76: mpv config --- config/users/alex/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/users/alex/default.nix b/config/users/alex/default.nix index c3afa48..9779c12 100644 --- a/config/users/alex/default.nix +++ b/config/users/alex/default.nix @@ -31,7 +31,6 @@ lmms lutris moonlight-qt - mpv ncdu nextcloud-client nixpkgs-fmt @@ -39,6 +38,7 @@ picard rawtherapee spotify + sqlitebrowser steam syncthing ventoy-full @@ -109,6 +109,14 @@ font.name = "Victor Mono"; font.size = 12; }; + mpv = { + enable = true; + scriptOpts = { + "ytdl_hook" = { + "ytdl_path" = "${pkgs.yt-dlp}/bin/yt-dlp"; + }; + }; + }; vscode = { enable = true; extensions = with pkgs; [