From 72697f6e0faf15869e11981faedd4dfd38575a3d Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Mar 2023 11:51:51 +0100 Subject: Fix(system/graphics): Activate opengl --- system/graphics/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/graphics/default.nix (limited to 'system/graphics') diff --git a/system/graphics/default.nix b/system/graphics/default.nix new file mode 100644 index 00000000..eb92d5ec --- /dev/null +++ b/system/graphics/default.nix @@ -0,0 +1,4 @@ +{config, ...}: { + hardware.opengl.enable = true; +} +# vim: ts=2 -- cgit 1.4.1