From db529a2e913a873cb522c9c1f911954d833d2fad Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Apr 2023 20:52:56 +0100 Subject: [PATCH] Disable lutris on atlas --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index f6bd6b1..42f6a1c 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -29,7 +29,7 @@ with lib.my; browsers = { firefox.enable = true; }; - gaming.lutris.enable = true; + gaming.lutris.enable = false; }; dev = { node.enable = true;