mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
15 lines
252 B
Nix
15 lines
252 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../../../../common/pc/ssd
|
|
../../../../common/cpu/intel/meteor-lake
|
|
];
|
|
|
|
boot.kernelParams = [
|
|
"i915.enable_guc=3"
|
|
"i915.force_probe=7d55"
|
|
];
|
|
|
|
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
|
}
|