mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-16 22:11:13 +01:00
Add Surface Pro (Intel)
This commit is contained in:
parent
30066d1886
commit
de3ec80522
3 changed files with 16 additions and 2 deletions
12
microsoft/surface/surface-pro-intel/default.nix
Normal file
12
microsoft/surface/surface-pro-intel/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ lib, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
in {
|
||||
imports = [
|
||||
../common
|
||||
];
|
||||
|
||||
microsoft-surface.ipts.enable = true;
|
||||
microsoft-surface.surface-control.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue