From 90ff6dc49edaeeb3817dba7ca9c87f841a076c6e Mon Sep 17 00:00:00 2001 From: hustlerone Date: Fri, 9 May 2025 00:29:43 +0200 Subject: [PATCH] nixos/unl0kr: fix touchpads --- nixos/modules/system/boot/unl0kr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/unl0kr.nix b/nixos/modules/system/boot/unl0kr.nix index 318090047b3a..7b7197cb0c10 100644 --- a/nixos/modules/system/boot/unl0kr.nix +++ b/nixos/modules/system/boot/unl0kr.nix @@ -75,6 +75,7 @@ in "usbtouchscreen" "evdev" + "psmouse" ] ++ lib.optionals cfg.allowVendorDrivers [ "intel_lpss_pci"