feat(desktop): setup switch pro controller.

This commit is contained in:
CronyAkatsuki 2025-09-14 17:46:31 +02:00
parent 4ca1a58d90
commit 4b3992a4bc

View file

@ -46,5 +46,9 @@
value = "1048576"; value = "1048576";
} }
]; ];
# Setup switch pro controller
hardware.steam-hardware.enable = true;
services.joycond.enable = true;
}; };
} }