From 53e32dbe02768754ab9503882ce3dfee5edd1ef3 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 9 Jun 2024 20:24:22 -0400 Subject: [PATCH] rustboro: disable steam --- hosts/rustboro/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 3f8ba129..b876089a 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -47,11 +47,11 @@ user = "aly"; }; }; - sway.enable = true; + sway.enable = false; hyprland.enable = true; }; apps = { - steam.enable = true; + steam.enable = false; }; scripts = { hoenn.enable = true;