From 036b2d4d53ea39091477fa62bae8969eb8f4bc21 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 11 May 2024 12:02:44 +0200 Subject: [PATCH] disable normal steam --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c069a56..50134ad 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -162,7 +162,7 @@ rec { ]; }; - modules.games.steam.enable = true; + modules.games.steam.enable = false; users.defaultUserShell = pkgs.zsh;