From 3c461efc411e1b4a3f9c23c6ba3ebecb532cce72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 10 Jan 2026 07:12:24 +0100 Subject: [PATCH] cuda: enable opengl --- systems/fatteh/cuda.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/fatteh/cuda.nix b/systems/fatteh/cuda.nix index 359c1c4..45a1221 100644 --- a/systems/fatteh/cuda.nix +++ b/systems/fatteh/cuda.nix @@ -4,6 +4,8 @@ }; services.xserver.videoDrivers = [ "nvidia" ]; + hardware.graphics.enable = true; + hardware.nvidia = { modesetting.enable = true; # needed for PRIME open = false; # MX150 (Pascal) needs proprietary firmware