mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Add Thinkpad X13 Gen1 AMD variant
This commit is contained in:
parent
59e37017b9
commit
19e5d3c9d9
8 changed files with 48 additions and 15 deletions
10
lenovo/thinkpad/x13/common.nix
Normal file
10
lenovo/thinkpad/x13/common.nix
Normal 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" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue