summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-21 23:46:35 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-21 23:46:35 +0200
commitbb577ae13fb50aa5f208a808cc1415fb3d37e338 (patch)
tree8e2e518fb8b20eee843aa1d82041caab5aeba5da /common.nix
parent2a6bc9f45049337f346b959f29f1e374e8b56b6f (diff)
update more options
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 554217e..1c14805 100644
--- a/common.nix
+++ b/common.nix
@@ -445,7 +445,7 @@ in
};
# OpenGL
- hardware.opengl.enable = true;
+ hardware.graphics.enable = true;
# try to ensure we can use our network LaserJet
services.printing.enable = true;