mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-14 13:01:16 +01:00
Fixes https://github.com/NixOS/nixpkgs/issues/13167
This commit is contained in:
parent
d6f9447f9d
commit
fe0e5b767e
2 changed files with 49 additions and 0 deletions
8
microsoft/surface_pro_3.nix
Normal file
8
microsoft/surface_pro_3.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# to use the type cover in the initrd
|
||||
boot.kernelModules = [ "hid-microsoft" ];
|
||||
|
||||
networking.wireless.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue