summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/steam.nix6
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
+ # ];
}