From 19b01594b54271c7638c87374d21ca14d4460f9e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:57:33 +0400 Subject: [PATCH] uncomment steam to save storage --- hosts/sakopc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 9c1ff479..618fd1f1 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -50,7 +50,7 @@ }; game = { lutris.enable = true; - steam.enable = true; + #steam.enable = true; wine.enable = true; tetrio.enable = true; };