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

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

  networking.wireless.enable = true;
}