2022-12-31 05:52:38 -05:00
|
|
|
{ ... }: {
|
2021-05-01 02:14:51 -04:00
|
|
|
# Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
|
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
../../../common/cpu/intel
|
|
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
|
|
../../../common/pc/laptop/ssd
|
|
|
|
];
|
|
|
|
|
|
|
|
# Somehow psmouse does not load automatically on boot for me
|
2021-12-26 04:15:40 -05:00
|
|
|
boot.initrd.kernelModules = [ "psmouse" ];
|
2021-05-01 02:14:51 -04:00
|
|
|
}
|