File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ See code for all available configurations.
95
95
| [ Dell XPS 15 9500] [ ] | ` <nixos-hardware/dell/xps/15-9500> ` |
96
96
| [ Dell XPS 15 9500, nvidia] [ ] | ` <nixos-hardware/dell/xps/15-9500/nvidia> ` |
97
97
| [ Google Pixelbook] [ ] | ` <nixos-hardware/google/pixelbook> ` |
98
+ | [ GPD MicroPC] [ ] | ` <nixos-hardware/gpd/micropc> ` |
98
99
| [ Inverse Path USB armory] [ ] | ` <nixos-hardware/inversepath/usbarmory> ` |
99
100
| Lenovo IdeaPad Z510 | ` <nixos-hardware/lenovo/ideapad/z510> ` |
100
101
| Lenovo ThinkPad E470 | ` <nixos-hardware/lenovo/thinkpad/e470> ` |
@@ -165,6 +166,7 @@ See code for all available configurations.
165
166
[ Dell XPS 15 9560, intel only ] : dell/xps/15-9560/intel
166
167
[ Dell XPS 15 9560, nvidia only ] : dell/xps/15-9560/nvidia
167
168
[ Google Pixelbook ] : google/pixelbook
169
+ [ GPD MicroPC ] : gpd/micropc
168
170
[ Inverse Path USB armory ] : inversepath/usbarmory
169
171
[ Lenovo ThinkPad X1 (6th Gen) ] : lenovo/thinkpad/x1/6th-gen
170
172
[ Lenovo ThinkPad X1 (7th Gen) ] : lenovo/thinkpad/x1/7th-gen
Original file line number Diff line number Diff line change 30
30
dell-xps-15-9500 = import ./dell/xps/15-9500 ;
31
31
dell-xps-15-9500-nvidia = import ./dell/xps/15-9500/nvidia ;
32
32
google-pixelbook = import ./google/pixelbook ;
33
+ gpd-micropc = import ./gpd/micropc ;
33
34
inversepath-usbarmory = import ./inversepath/usbarmory ;
34
35
lenovo-ideapad-z510 = import ./lenovo/ideapad/z510 ;
35
36
lenovo-thinkpad-e470 = import ./lenovo/thinkpad/e470 ;
Original file line number Diff line number Diff line change
1
+ { ... } :
2
+ {
3
+ imports = [
4
+ ../../common/pc/laptop
5
+ ../../common/pc/laptop/ssd
6
+ ] ;
7
+
8
+ # Needed to have the keyboard working during the initrd sequence
9
+ boot . initrd . availableKernelModules = [ "battery" ] ;
10
+
11
+ }
You can’t perform that action at this time.
0 commit comments