feat: xbox controller support

This commit is contained in:
Guz
2025-02-16 09:55:07 -03:00
parent dc728b3023
commit caa6777f6f

View File

@@ -30,10 +30,14 @@
proton-ge-bin proton-ge-bin
]; ];
# Xbox Controller driver
hardware.xone.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"steam" "steam"
"steam-unwrapped" "steam-unwrapped"
"xow_dongle-firmware"
]; ];
# OpenTabletDriver # OpenTabletDriver