yarn: forza dualsense adaptive trigger bridge

This commit is contained in:
2026-05-01 14:26:32 -04:00
parent ec05faf86d
commit 585a647cfd
4 changed files with 1001 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
./impermanence.nix
./lact.nix
./vr.nix
./forza-trigger
inputs.impermanence.nixosModules.impermanence
];
@@ -77,4 +78,7 @@
# yarn is not a Steam Deck
jovian.devices.steamdeck.enable = false;
# PS5 DualSense adaptive triggers in Forza Horizon 4 / 5.
services.forzaTrigger.enable = true;
}