From 8794266ad3ba4d56bad85412559ff80843f5920d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 30 Nov 2025 15:04:07 +0100 Subject: modules/{common,steam,nixpkgs}: Disable Steam I have not used it for over 6 months. --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common') 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; -- cgit 1.4.1