about summary refs log tree commit diff stats
path: root/system/graphics
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-05 11:51:51 +0100
committerene <ene@sils.li>2023-03-05 11:51:51 +0100
commit72697f6e0faf15869e11981faedd4dfd38575a3d (patch)
tree003e253b2d6d943e8dd3c671ac7f6192a79f74b6 /system/graphics
parentFix(hm/wms/river): Use different monitor settings per host (diff)
downloadnixos-config-72697f6e0faf15869e11981faedd4dfd38575a3d.zip
Fix(system/graphics): Activate opengl
Diffstat (limited to 'system/graphics')
-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