diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-26 12:22:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-26 12:22:28 +0530 |
commit | 3dfc398399a95016613dc52f535384cabdeb2a9b (patch) | |
tree | 3974c90d24d099daa89701199503718367d04378 | |
parent | 3457f3c9f455a5a79ab4a45b34eff9086072bcbf (diff) |
pc/wayland: hardware.opengl -> hardware.graphics
-rw-r--r-- | os/pc/modules/wayland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {}; } |