From b867d09840a8130fc1424acfc8fb9fe743530834 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 5 Apr 2024 16:38:04 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b44f098..113d0b6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -77,6 +77,7 @@ ]; boot.kernelPackages = pkgs.linuxPackages_latest; + # XXX move to hardware-specific-file... boot.initrd.kernelModules = [ "i915" ]; # fix an issue with the touchpad/touchpoint not working after suspend...