mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-19 01:19:42 +01:00
15 lines
258 B
Nix
15 lines
258 B
Nix
{ lib, ... }:
|
|
|
|
let
|
|
inherit (lib) mkDefault;
|
|
in {
|
|
imports = [
|
|
../common
|
|
../../../common/pc
|
|
../../../common/pc/ssd
|
|
../../../common/cpu/intel
|
|
];
|
|
|
|
microsoft-surface.ipts.enable = true;
|
|
microsoft-surface.surface-control.enable = true;
|
|
}
|