diff options
Diffstat (limited to 'os/pc/modules/wayland.nix')
-rw-r--r-- | os/pc/modules/wayland.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/os/pc/modules/wayland.nix b/os/pc/modules/wayland.nix index e488f24..7380e71 100644 --- a/os/pc/modules/wayland.nix +++ b/os/pc/modules/wayland.nix @@ -31,6 +31,10 @@ in { }; }; - hardware.graphics.enable = true; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + security.pam.services.swaylock = {}; } |