2023-01-11 12:11:44 +13:00
|
|
|
{ ... }:
|
2023-01-11 02:11:52 +13:00
|
|
|
|
2023-01-11 10:57:10 +13:00
|
|
|
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
|
|
|
|
# It's expected it will work equally well on many other Surface models, but they may need further
|
|
|
|
# config changes to work well.
|
|
|
|
|
2023-01-11 12:11:44 +13:00
|
|
|
{
|
2023-01-11 02:11:52 +13:00
|
|
|
imports = [
|
|
|
|
../common
|
2023-01-11 02:25:48 +13:00
|
|
|
../../../common/pc
|
|
|
|
../../../common/pc/ssd
|
2023-01-11 10:57:10 +13:00
|
|
|
# The Intel CPU module auto-includes Intel's GPU:
|
2023-01-11 02:25:48 +13:00
|
|
|
../../../common/cpu/intel
|
2023-01-11 02:11:52 +13:00
|
|
|
];
|
|
|
|
|
|
|
|
microsoft-surface.ipts.enable = true;
|
|
|
|
microsoft-surface.surface-control.enable = true;
|
|
|
|
}
|