1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +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;
}