Change to t1
diff --git a/src/apps/personal/packages/oneshot-game.nix b/src/apps/personal/packages/oneshot-game.nix
index fde419d..7e46c1f 100644
--- a/src/apps/personal/packages/oneshot-game.nix
+++ b/src/apps/personal/packages/oneshot-game.nix
@@ -1,5 +1,5 @@
-{ pkgs, ... }: pkgs.appimageTools.wrapType2 {
- name = "patchwork";
+{ pkgs, ... }: pkgs.appimageTools.wrapType1 {
+ name = "OneShot";
src = ./oneshot-game/OneShot.AppImage;
-# extraPkgs = pkgs: with pkgs; [ ];
+ extraPkgs = pkgs: with pkgs; [ ];
}