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; }