From 0fed994fe20cbf0b6d7b75dc975f5d97b62c4e9a Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 2 Mar 2024 04:00:21 +0100 Subject: [PATCH] no more games :( --- devices/desktop/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/desktop/options.nix b/devices/desktop/options.nix index ade87b9..7169a55 100644 --- a/devices/desktop/options.nix +++ b/devices/desktop/options.nix @@ -3,5 +3,5 @@ withGnome = true; withVM = false; withDistrobox = false; - withGames = true; + withGames = false; }