summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/default.nix1
-rw-r--r--sys/opengl/default.nix3
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix
index 67112f7..a6be9eb 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -9,6 +9,7 @@
     ./keyboard
     ./networking
     ./nix
+    ./opengl
     ./packages
     ./services
     ./sound
diff --git a/sys/opengl/default.nix b/sys/opengl/default.nix
new file mode 100644
index 0000000..3eb41d1
--- /dev/null
+++ b/sys/opengl/default.nix
@@ -0,0 +1,3 @@
+{...}: {
+  hardware.opengl.enable = true;
+}