diff options
Diffstat (limited to 'os/pc')
-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 = {}; } |