nixos-hardware/lenovo/thinkpad/x13/common.nix

11 lines
228 B
Nix
Raw Normal View History

2024-03-03 19:27:47 +01:00
{ ... }: {
imports = [
../.
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
# Somehow psmouse does not load automatically on boot for me
boot.initrd.kernelModules = [ "psmouse" ];
}