summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-04-08 23:34:07 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-04-08 23:34:07 -0600
commit67aaaa95b0b9bbb87e88d5602d9733dab11e93b1 (patch)
treea62abceb6549124f4479df181d2dd1f400daadb9 /modules/nixos
parent86efd0339e9914469fc4cb111686ba00d54e3ca0 (diff)
sc-controller doesn't help
Diffstat (limited to 'modules/nixos')
-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
+ # ];
}