From e51ff8cd1f7bd35d6a9431d2d8feb27935747444 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 29 Mar 2022 00:02:52 +0200 Subject: [PATCH] dacbert, rpi-netboot: install vlc, yt-dlp instead of youtube-dl --- hosts/dacbert/default.nix | 3 ++- hosts/rpi-netboot/default.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index 04af7be3..511c8750 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -63,7 +63,8 @@ wget libva-utils mpv - youtube-dl + vlc + yt-dlp ncpamixer pulseaudio # required for pactl chromium diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index ca528b42..1b173ddf 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -54,7 +54,8 @@ wget libva-utils mpv - youtube-dl + vlc + yt-dlp ncpamixer pulseaudio # required for pactl chromium