diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/games/steam.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/games/steam.nix b/modules/nixos/games/steam.nix index c81d344..7262d7f 100644 --- a/modules/nixos/games/steam.nix +++ b/modules/nixos/games/steam.nix @@ -25,7 +25,5 @@ in { (steam.override {extraEnv.MANGOHUD = 1;}) protontricks ]; - - hardware.steam-hardware.enable = true; }; } |