From bc39d60a00253d07eea1c38054306165a793c0ea Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Thu, 9 Jul 2026 20:12:52 -0700 Subject: [PATCH] [Altair] Enable the xone controller. --- system/hosts/altair/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/hosts/altair/hardware-configuration.nix b/system/hosts/altair/hardware-configuration.nix index 6e5d418..baa911f 100644 --- a/system/hosts/altair/hardware-configuration.nix +++ b/system/hosts/altair/hardware-configuration.nix @@ -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; };