From d8e2ebb2864f7b738b7701f4505472cf073cbbf7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 18 May 2026 15:55:53 -0700 Subject: Add hidapi to allow firmware updates to work for Steam Controller --- hosts/common/optional/games.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/optional/games.nix b/hosts/common/optional/games.nix index 8158c34..ac6e030 100644 --- a/hosts/common/optional/games.nix +++ b/hosts/common/optional/games.nix @@ -9,9 +9,12 @@ pkgs.protontricks ]; + hardware.steam-hardware.enable = true; + programs.steam = { enable = true; extraCompatPackages = [ pkgs.proton-ge-bin ]; + extraPackages = [ pkgs.hidapi ]; #package = pkgs.master.steam; }; } -- cgit v1.3.1