2023-01-10 08:11:52 -05:00
|
|
|
{ lib, ... }:
|
|
|
|
|
|
|
|
let
|
|
|
|
inherit (lib) mkDefault;
|
|
|
|
in {
|
|
|
|
imports = [
|
|
|
|
../common
|
2023-01-10 08:25:48 -05:00
|
|
|
../../../common/pc
|
|
|
|
../../../common/pc/ssd
|
|
|
|
../../../common/cpu/intel
|
2023-01-10 08:11:52 -05:00
|
|
|
];
|
|
|
|
|
|
|
|
microsoft-surface.ipts.enable = true;
|
|
|
|
microsoft-surface.surface-control.enable = true;
|
|
|
|
}
|