diff options
| author | seth <[email protected]> | 2024-04-26 19:17:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-26 19:17:53 -0400 |
| commit | 24aca69f8c524208c2562d16cfcaa643cd3cb170 (patch) | |
| tree | 99b3a1e60d95b58700f98bfabd9018de4846d972 /systems | |
| parent | 45b644b9014598c4f8f96f976663ad11de1cff7e (diff) | |
glados: disable steam/etc
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/glados/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index d8690d1..a0654f8 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -34,19 +34,5 @@ fwupd.enable = true; }; - programs = { - gamemode.enable = true; - - gamescope = { - enable = true; - capSysNice = true; - }; - - steam = { - enable = true; - remotePlay.openFirewall = true; - }; - }; - system.stateVersion = "23.11"; } |
