From e3a5151f626030fe00a8a4c738b3d86dbe25250a Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 9 Jan 2025 21:24:16 -0600 Subject: [PATCH] citra fixed + new 3ds emu? --- flake.lock | 8 ++++---- modules/apps/gaming.nix | 3 ++- overlay.nix | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index fcca04c..161c77c 100644 --- a/flake.lock +++ b/flake.lock @@ -717,11 +717,11 @@ ] }, "locked": { - "lastModified": 1736447285, - "narHash": "sha256-RG8/48tWHq/tTAIN5X6GYGWARxnwts9LK53Ww49lcks=", + "lastModified": 1736479083, + "narHash": "sha256-VSCi0480lTBsfUaVn+wavFyQeNn4Ww/r//RSJGJ8gf4=", "ref": "refs/heads/master", - "rev": "e8a367ef38cc7b80b060a211097c42625297ffbf", - "revCount": 60, + "rev": "e24c468c79214adda16587d2fa207055385e7ae3", + "revCount": 61, "type": "git", "url": "ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git" }, diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index 986aa81..2f13523 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -37,10 +37,11 @@ dolphin-emu # wii snes9x-gtk # snes ryujinx # switch + lime3ds # 3Ds ; inherit (inputs.jawz-scripts.packages.x86_64-linux) polymc # minecraft launcher - # citra # 3Ds emulator + citra # 3Ds emulator ; }; }; diff --git a/overlay.nix b/overlay.nix index 9f284fe..75296cb 100644 --- a/overlay.nix +++ b/overlay.nix @@ -45,5 +45,6 @@ _final: prev: { gimp shipwright libreoffice + lime3ds ; }