File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
tuxedo/infinitybook/pro14 Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 330
330
tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1 ;
331
331
tuxedo-infinitybook-v4 = import ./tuxedo/infinitybook/v4 ;
332
332
tuxedo-infinitybook-pro14-gen7 = import ./tuxedo/infinitybook/pro14/gen7 ;
333
- tuxedo-infinitybook-pro14-gen9-intel = import ./tuxedo/infinitybook/pro14/gen9- intel ;
333
+ tuxedo-infinitybook-pro14-gen9-intel = import ./tuxedo/infinitybook/pro14/gen9/ intel ;
334
334
tuxedo-pulse-14-gen3 = import ./tuxedo/pulse/14/gen3 ;
335
335
tuxedo-pulse-15-gen2 = import ./tuxedo/pulse/15/gen2 ;
336
336
xiaomi-redmibook-16-pro-2024 = import ./xiaomi/redmibook/16-pro-2024 ;
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ { lib , config , ... } : {
2
+ imports = [
3
+ ../../.
4
+ ] ;
5
+
6
+ # Add Motorcomm YT6801 Driver if available
7
+ boot . extraModulePackages = with config . boot ; lib . lists . optional
8
+ ( kernelPackages ? yt6801 ) kernelPackages . yt6801 ;
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ imports = [
3
+ ../.
4
+ ../../../../../common/cpu/intel
5
+ ] ;
6
+ }
You can’t perform that action at this time.
0 commit comments