nixos-hardware/lenovo/thinkpad/x1/10th-gen/default.nix

10 lines
161 B
Nix

{
imports = [
../.
../../../../common/pc/laptop/ssd
];
# Use the right Intel graphics driver
boot.kernelParams = [ "i915.force_probe=46a6" ];
}