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 58fe924..df65632 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -29,7 +29,7 @@ in { # Fix new steam controller extest.enable = true; - extraPackages = [ pkgs.hidapi ]; + extraPackages = [pkgs.hidapi]; }; # controllers |