diff options
Diffstat (limited to 'modules/nixos/steam.nix')
| -rw-r--r-- | modules/nixos/steam.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix index 8a98738..f556be7 100644 --- a/modules/nixos/steam.nix +++ b/modules/nixos/steam.nix @@ -5,7 +5,7 @@ dedicatedServer.openFirewall = true; }; hardware.steam-hardware.enable = true; - environment.systemPackages = with pkgs; [ - sc-controller - ]; + # environment.systemPackages = with pkgs; [ + # sc-controller + # ]; } |
