about summary refs log tree commit diff stats
path: root/system/graphics/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/graphics/default.nix4
1 files changed, 4 insertions, 0 deletions
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