From 18e0f0ed2d6870d119b2470823dede0a05efc1a2 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 00:30:35 -0400 Subject: [PATCH] Fix typo --- machines/perception/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index 73a896c..9768751 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -58,6 +58,6 @@ hardware.opengl = { enable = true; driSupport = true; - driSupport32 = true; + driSupport32Bit = true; }; }