From 0cd7df56d3dcab6492d6bb872fd570533fa9a3b9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 13 Aug 2024 22:22:16 +0200 Subject: [PATCH] feat: add hardware support to steam --- modules/games/steam.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/games/steam.nix b/modules/games/steam.nix index baf22e8..986987f 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -20,5 +20,7 @@ gamemode.enable = true; }; + + hardware.steam-hardware.enable = true; }; }