From 2578ecc60020ee2b66467cd44653b0f07259d2f4 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 10 Oct 2023 21:34:45 -0600 Subject: fixed typo --- machines/khad/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index ffed45a..f9cb83a 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -33,7 +33,7 @@ }; services.xserver.videoDrivers = [ "nvidia" ]; - hardware.opengl. { + hardware.opengl = { enable = true; # if hardware.opengl.driSupport is enable, mesa is installed and provides Vulkan of supported hardware. driSupport = true; -- cgit v1.2.3