From 99c5360e9cd444be6619c1283d26a1cf33c062d7 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 8 Oct 2024 14:15:44 +0200 Subject: [PATCH] chore(Zephyrus): Enable opengl --- hosts/Zephyrus/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index 32080b7..f14f363 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -40,6 +40,7 @@ ]; hardware.graphics.enable = true; + hardware.opengl.enable = true; hardware.nvidia = { modesetting.enable = true;