summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/pc/modules/wayland.nix2
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 = {};
}