Add hollywood deps
diff --git a/src/apps/personal/hollywood.nix b/src/apps/personal/hollywood.nix
index 24eb8e8..81ea58e 100644
--- a/src/apps/personal/hollywood.nix
+++ b/src/apps/personal/hollywood.nix
@@ -1,5 +1,16 @@
 { pkgs, ... }: {
     home.packages = with pkgs; [
         hollywood
+        byobu
+        tmux
+        apg
+        bash
+        bmon
+        ccze
+        cmatrix
+        htop
+        mplayer
+        openssh
+        tree
     ];
 }