aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/games.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}