1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 14:38:31 +02:00
nixos-hardware/microsoft/surface_pro_3.nix

9 lines
136 B
Nix

{ ... }:
{
# to use the type cover in the initrd
boot.kernelModules = [ "hid-microsoft" ];
networking.wireless.enable = true;
}