mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add the Microsoft Surface configuration to flakes.nix (#226)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# to use the type cover in the initrd
|
||||
boot.kernelModules = [ "hid-microsoft" ];
|
||||
|
||||
# TODO: reverse compat
|
||||
networking.wireless.enable = lib.mkDefault true;
|
||||
imports = [ ../../surface ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user