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; };