mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Compare commits
2 Commits
67a709cfe5
...
170ff93c86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
170ff93c86 | ||
|
|
3caaf86f9d |
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user