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