File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ See code for all available configurations.
406
406
| [ System76 Darter Pro 6] ( system76/darp6 ) | ` <nixos-hardware/system76/darp6> ` | ` system76-darp6 ` |
407
407
| [ System76 Gazelle 18] ( system76/gaze18 ) | ` <nixos-hardware/system76/gaze18> ` | ` system76-gaze18 ` |
408
408
| [ System76 Galago Pro 5] ( system76/galp5-1650 ) | ` <nixos-hardware/system76/galp5-1650> ` | ` system76-galp5-1650 ` |
409
+ | [ System76 Thelio Mega] ( system76/thelio-mega ) | ` <nixos-hardware/system76/thelio-mega> ` | ` system76-thelio-mega ` |
409
410
| [ Toshiba Chromebook 2 ` swanky ` ] ( toshiba/swanky ) | ` <nixos-hardware/toshiba/swanky> ` | ` toshiba-swanky ` |
410
411
| [ Tuxedo InfinityBook v4] ( tuxedo/infinitybook/v4 ) | ` <nixos-hardware/tuxedo/infinitybook/v4> ` | ` tuxedo-infinitybook-v4 ` |
411
412
| [ TUXEDO Aura 15 - Gen1] ( tuxedo/aura/15/gen1 ) | ` <nixos-hardware/tuxedo/aura/15/gen1> ` | ` tuxedo-aura-15-gen1 ` |
Original file line number Diff line number Diff line change 348
348
system76-gaze18 = import ./system76/gaze18 ;
349
349
system76-galp5-1650 = import ./system76/galp5-1650 ;
350
350
system76-darp6 = import ./system76/darp6 ;
351
+ system76-thelio-mega = import ./system76/thelio-mega ;
351
352
toshiba-swanky = import ./toshiba/swanky ;
352
353
tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1 ;
353
354
tuxedo-infinitybook-v4 = import ./tuxedo/infinitybook/v4 ;
Original file line number Diff line number Diff line change
1
+ # Hardware profile for the Thelio Mega desktop workstation by System76.
2
+ #
3
+ # https://system76.com/desktops/thelio-mega-r4-n3/configure
4
+ {
5
+ config ,
6
+ lib ,
7
+ ...
8
+ } :
9
+ {
10
+ imports = [
11
+ ../../common/cpu/amd
12
+ ../../common/gpu/nvidia
13
+ ] ;
14
+
15
+ hardware . nvidia . open = true ;
16
+ }
You can’t perform that action at this time.
0 commit comments