about summary refs log tree commit diff
path: root/nixos/tests/tinywl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/tinywl.nix')
-rw-r--r--nixos/tests/tinywl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tinywl.nix b/nixos/tests/tinywl.nix
index 9199866b57af7..2dc354812a75e 100644
--- a/nixos/tests/tinywl.nix
+++ b/nixos/tests/tinywl.nix
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
         systemPackages = with pkgs; [ tinywl foot wayland-utils ];
       };
 
-      hardware.opengl.enable = true;
+      hardware.graphics.enable = true;
 
       # Automatically start TinyWL when logging in on tty1:
       programs.bash.loginShellInit = ''