We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d8383 commit d6a1231Copy full SHA for d6a1231
flake.nix
@@ -61,6 +61,7 @@
61
lenovo-thinkpad-x1-6th-gen = import ./lenovo/thinkpad/x1/6th-gen;
62
lenovo-thinkpad-x1-7th-gen = import ./lenovo/thinkpad/x1/7th-gen;
63
lenovo-thinkpad-x1-extreme = import ./lenovo/thinkpad/x1-extreme;
64
+ microsoft-surface = import ./microsoft/surface;
65
microsoft-surface-pro-3 = import ./microsoft/surface-pro/3;
66
pcengines-apu = import ./pcengines/apu;
67
raspberry-pi-2 = import ./raspberry-pi/2;
microsoft/surface-pro/3/default.nix
@@ -1,9 +1,4 @@
1
{ lib, ... }:
2
-
3
{
4
- # to use the type cover in the initrd
5
- boot.kernelModules = [ "hid-microsoft" ];
6
7
- # TODO: reverse compat
8
- networking.wireless.enable = lib.mkDefault true;
+ imports = [ ../../surface ];
9
}
0 commit comments