[Altair] Enable the xone controller.

This commit is contained in:
2026-07-09 20:12:52 -07:00
parent 62f8ba323e
commit bc39d60a00

View File

@@ -115,12 +115,15 @@
# Enable the nvidia-settings menu?
nvidiaSettings = true;
};
# Wireless xbox controllers
xpadneo = {
enable = true;
settings = {
disable_mouse = 1;
};
};
# Hardwire xbox controllers.
xone.enable = true;
bluetooth.enable = true;
};