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.
9595| [ Dell XPS 15 9500] [ ] | ` <nixos-hardware/dell/xps/15-9500> ` |
9696| [ Dell XPS 15 9500, nvidia] [ ] | ` <nixos-hardware/dell/xps/15-9500/nvidia> ` |
9797| [ Google Pixelbook] [ ] | ` <nixos-hardware/google/pixelbook> ` |
98+ | [ GPD MicroPC] [ ] | ` <nixos-hardware/gpd/micropc> ` |
9899| [ Inverse Path USB armory] [ ] | ` <nixos-hardware/inversepath/usbarmory> ` |
99100| Lenovo IdeaPad Z510 | ` <nixos-hardware/lenovo/ideapad/z510> ` |
100101| Lenovo ThinkPad E470 | ` <nixos-hardware/lenovo/thinkpad/e470> ` |
@@ -164,6 +165,7 @@ See code for all available configurations.
164165[ Dell XPS 15 9560, intel only ] : dell/xps/15-9560/intel
165166[ Dell XPS 15 9560, nvidia only ] : dell/xps/15-9560/nvidia
166167[ Google Pixelbook ] : google/pixelbook
168+ [ GPD MicroPC ] : gpd/micropc
167169[ Inverse Path USB armory ] : inversepath/usbarmory
168170[ Lenovo ThinkPad X1 (6th Gen) ] : lenovo/thinkpad/x1/6th-gen
169171[ Lenovo ThinkPad X1 (7th Gen) ] : lenovo/thinkpad/x1/7th-gen
Original file line number Diff line number Diff line change 3030 dell-xps-15-9500 = import ./dell/xps/15-9500 ;
3131 dell-xps-15-9500-nvidia = import ./dell/xps/15-9500/nvidia ;
3232 google-pixelbook = import ./google/pixelbook ;
33+ gpd-micropc = import ./gpd/micropc ;
3334 inversepath-usbarmory = import ./inversepath/usbarmory ;
3435 lenovo-ideapad-z510 = import ./lenovo/ideapad/z510 ;
3536 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