From b0638c190c979bb943a302d265ea4be2b7fc0226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 17 Jan 2024 02:34:42 +0100 Subject: [PATCH] fix(libra): Enable opengl --- machines/libra/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/libra/default.nix b/machines/libra/default.nix index d1cea4a..88fe86f 100644 --- a/machines/libra/default.nix +++ b/machines/libra/default.nix @@ -18,6 +18,7 @@ "/nix".options = [ "compress=zstd" "noatime" ]; }; + hardware.opengl.enable = true; hardware.bluetooth.enable = true; # Use the systemd-boot EFI boot loader.