1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/thinkpad/x1/11th-gen/default.nix

10 lines
161 B
Nix
Raw Normal View History

2023-09-28 03:16:18 +02:00
{
imports = [
../.
../../../../common/pc/laptop/ssd
];
# Use the right Intel graphics driver
boot.kernelParams = [ "i915.force_probe=a7a1" ];
}