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; [