From f7f109cb140953a0d3053e5f15129535defd223a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Aug 2024 17:37:10 +0530 Subject: flake/nixos-hardware: init --- os/pc/modules/wayland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'os/pc/modules') 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 = {}; } -- cgit v1.2.3