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

10 lines
161 B
Nix
Raw Permalink Normal View History

2022-11-06 06:13:53 +01:00
{
imports = [
../.
../../../../common/pc/laptop/ssd
];
# Use the right Intel graphics driver
boot.kernelParams = [ "i915.force_probe=46a6" ];
}