summaryrefslogtreecommitdiff
path: root/systems/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-26 19:17:53 -0400
committerseth <[email protected]>2024-04-26 19:17:53 -0400
commit24aca69f8c524208c2562d16cfcaa643cd3cb170 (patch)
tree99b3a1e60d95b58700f98bfabd9018de4846d972 /systems/glados/default.nix
parent45b644b9014598c4f8f96f976663ad11de1cff7e (diff)
glados: disable steam/etc
Diffstat (limited to 'systems/glados/default.nix')
-rw-r--r--systems/glados/default.nix14
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";
}