summaryrefslogtreecommitdiffstats
path: root/microsoft/surface-pro/3/default.nix
blob: a09c60b1f2059c66f874e1962f3d134e3f5a54a4 (plain)
1
2
3
4
5
6
7
8
9
{ lib, ... }:

{
  # to use the type cover in the initrd
  boot.kernelModules = [ "hid-microsoft" ];

  # TODO: reverse compat
  networking.wireless.enable = lib.mkDefault true;
}