Merge pull request #1614 from codingCoffee/x1-carbon-12
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

feat: kernel params for x1 carbon
This commit is contained in:
Sandro 2025-09-23 21:45:26 +00:00 committed by GitHub
commit 170ff93c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";