Add the Microsoft Surface configuration to flakes.nix (#226)

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
Winter
2021-02-02 16:21:59 -05:00
committed by GitHub
parent a0d8383c42
commit d6a1231181
2 changed files with 2 additions and 6 deletions

View File

@@ -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 ];
}