From 8ea494c268b99de68b21d04eff09d962977be5d5 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 24 Jan 2022 12:13:47 +1000 Subject: [PATCH] craige: switched to yt-dlp --- hosts/dionach.nix | 1 - profiles/desktopCraige.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dionach.nix b/hosts/dionach.nix index b0022ba..88b3bba 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -141,7 +141,6 @@ wget wesnoth # Turn-based strategy game xorg.xev - youtube-dl zip # zip all the zip's zlib zlib.dev diff --git a/profiles/desktopCraige.nix b/profiles/desktopCraige.nix index 55e4a82..f443d40 100644 --- a/profiles/desktopCraige.nix +++ b/profiles/desktopCraige.nix @@ -12,5 +12,6 @@ environment.systemPackages = with pkgs; [ byobu # text-based window manager and terminal multiplexer. gopass # password file manager + yt-dlp # Command-line tool to download videos ]; }