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 ]; }