Merge pull request #1614 from codingCoffee/x1-carbon-12

feat: kernel params for x1 carbon
This commit is contained in:
Sandro
2025-09-23 21:45:26 +00:00
committed by GitHub

View File

@@ -2,6 +2,12 @@
imports = [ imports = [
../. ../.
../../../../common/pc/ssd ../../../../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"; hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";