1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-08 05:43:40 +02:00
nixos-hardware/lenovo/thinkpad/x1/10th-gen/default.nix
2022-11-05 22:15:29 -07:00

11 lines
181 B
Nix

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