1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-05 02:29:40 +01:00
nixos-hardware/microsoft/surface_pro_3.nix

9 lines
136 B
Nix
Raw Normal View History

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