From cfb0a9930620ae0e72dc8d8d362d6e9d5973c21d Mon Sep 17 00:00:00 2001 From: Jay Looney Date: Mon, 10 Nov 2025 13:50:58 -0600 Subject: [PATCH] chore: update titanium game-emulation --- hosts/titanium/game-emulation.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/titanium/game-emulation.nix b/hosts/titanium/game-emulation.nix index 28b6c99..b970492 100644 --- a/hosts/titanium/game-emulation.nix +++ b/hosts/titanium/game-emulation.nix @@ -17,7 +17,7 @@ let mgba # GameBoy / Color / Advance melonds # Nintendo DS citra # Nintendo 3DS - + # Sony swanstation #duckstation # PlayStation @@ -35,11 +35,13 @@ in { environment.systemPackages = [ retroarchWithCores + #pkgs.retroarch-full #pkgs.emulationstation-de pkgs.gnome-bluetooth ]; hardware.xone.enable = true; # Xbox Controller Driver + hardware.xpadneo.enable = true; # Xbox Controller Driver hardware.enableAllFirmware = true; hardware.bluetooth = { enable = true;