aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:04:07 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:04:07 +0100
commit8794266ad3ba4d56bad85412559ff80843f5920d (patch)
tree062a578b3b613cc9a628dc8d9b9eee0218e3f507 /modules/common
parenttreewide: Update (diff)
downloadnixos-config-8794266ad3ba4d56bad85412559ff80843f5920d.zip
modules/{common,steam,nixpkgs}: Disable Steam
I have not used it for over 6 months.
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index facb5c3b..f9831351 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -273,7 +273,7 @@
};
};
mpv.enable = true;
- steam.enable = true;
+ steam.enable = false;
ssh.enable = true;
swaylock.enable = true;
timewarrior.enable = true;