From 67aaaa95b0b9bbb87e88d5602d9733dab11e93b1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 8 Apr 2025 23:34:07 -0600 Subject: sc-controller doesn't help --- modules/nixos/steam.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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 + # ]; } -- cgit v1.2.3