Add Thinkpad X13 Gen1 AMD variant

This commit is contained in:
James Alseth
2024-03-03 10:27:47 -08:00
parent 59e37017b9
commit 19e5d3c9d9
8 changed files with 48 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
{ ... }: {
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" ];
}