Skip to content

Commit d6a1231

Browse files
winterqtMic92
andauthored
Add the Microsoft Surface configuration to flakes.nix (#226)
Co-authored-by: Jörg Thalheim <[email protected]>
1 parent a0d8383 commit d6a1231

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
lenovo-thinkpad-x1-6th-gen = import ./lenovo/thinkpad/x1/6th-gen;
6262
lenovo-thinkpad-x1-7th-gen = import ./lenovo/thinkpad/x1/7th-gen;
6363
lenovo-thinkpad-x1-extreme = import ./lenovo/thinkpad/x1-extreme;
64+
microsoft-surface = import ./microsoft/surface;
6465
microsoft-surface-pro-3 = import ./microsoft/surface-pro/3;
6566
pcengines-apu = import ./pcengines/apu;
6667
raspberry-pi-2 = import ./raspberry-pi/2;
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{ lib, ... }:
2-
32
{
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;
3+
imports = [ ../../surface ];
94
}

0 commit comments

Comments
 (0)