From 8f6becf2c128cb5105e070d55be2c9d01abec11c Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 15 May 2025 11:05:12 -0600 Subject: [PATCH] compiling torzu myself due to takedown --- modules/apps/gaming.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index f7260e0..e7f796d 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -52,10 +52,12 @@ dolphin-emu # wii snes9x-gtk # snes ryubing # switch - torzu # switch lime3ds # 3Ds prismlauncher # minecraft launcher with jdk overlays ; + inherit (inputs.jawz-scripts.packages.x86_64-linux) + torzu # switch + ; }; }; }