From 3dfc398399a95016613dc52f535384cabdeb2a9b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 26 Jun 2024 12:22:28 +0530 Subject: pc/wayland: hardware.opengl -> hardware.graphics --- os/pc/modules/wayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/pc/modules/wayland.nix b/os/pc/modules/wayland.nix index e609cd9..e488f24 100644 --- a/os/pc/modules/wayland.nix +++ b/os/pc/modules/wayland.nix @@ -31,6 +31,6 @@ in { }; }; - hardware.opengl.enable = true; + hardware.graphics.enable = true; security.pam.services.swaylock = {}; } -- cgit v1.2.3