mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-25 18:25:00 +01:00
12 lines
178 B
Nix
12 lines
178 B
Nix
{ lib, ... }:
|
|
|
|
let
|
|
inherit (lib) mkDefault;
|
|
in {
|
|
imports = [
|
|
../common
|
|
];
|
|
|
|
microsoft-surface.ipts.enable = true;
|
|
microsoft-surface.surface-control.enable = true;
|
|
}
|