Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-04-05 16:38:04 +03:00
parent 34ba3dd4c9
commit b867d09840

View File

@ -77,6 +77,7 @@
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# XXX move to hardware-specific-file...
boot.initrd.kernelModules = [ "i915" ]; boot.initrd.kernelModules = [ "i915" ];
# fix an issue with the touchpad/touchpoint not working after suspend... # fix an issue with the touchpad/touchpoint not working after suspend...