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

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

  networking.wireless.enable = lib.mkDefault true;
}