From 6511ab25fec933d64281785b636b9c1e617cf6f9 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 28 Mar 2024 19:54:46 -0400 Subject: [PATCH] rustboro: disable steam --- hosts/rustboro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 51351606..fb99d0c0 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -24,7 +24,7 @@ apps = { flatpak.enable = true; - steam.enable = true; + steam.enable = false; }; systemConfig.plymouth.enable = true;