Add Surface Pro (Intel)

This commit is contained in:
mexisme
2023-01-11 02:11:52 +13:00
parent 30066d1886
commit de3ec80522
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{ lib, ... }:
let
inherit (lib) mkDefault;
in {
imports = [
../common
];
microsoft-surface.ipts.enable = true;
microsoft-surface.surface-control.enable = true;
}