diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/gaming/steam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 550738b..ada0aaf 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -28,7 +28,7 @@ in { }; # controllers - hardware.xone.enable = false; # https://github.com/NixOS/nixpkgs/issues/467803 + hardware.xone.enable = true; hardware.steam-hardware.enable = true; # cod |