Add System76 Thelio Mega module

This commit is contained in:
Tristan Ross
2025-06-25 21:22:07 -07:00
committed by Jörg Thalheim
parent f49bb3b410
commit 9aa4e4aa5c
2 changed files with 17 additions and 0 deletions

View File

@@ -348,6 +348,7 @@
system76-gaze18 = import ./system76/gaze18; system76-gaze18 = import ./system76/gaze18;
system76-galp5-1650 = import ./system76/galp5-1650; system76-galp5-1650 = import ./system76/galp5-1650;
system76-darp6 = import ./system76/darp6; system76-darp6 = import ./system76/darp6;
system76-thelio-mega = import ./system76/thelio-mega;
toshiba-swanky = import ./toshiba/swanky; toshiba-swanky = import ./toshiba/swanky;
tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1; tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1;
tuxedo-infinitybook-v4 = import ./tuxedo/infinitybook/v4; tuxedo-infinitybook-v4 = import ./tuxedo/infinitybook/v4;

View File

@@ -0,0 +1,16 @@
# Hardware profile for the Thelio Mega desktop workstation by System76.
#
# https://system76.com/desktops/thelio-mega-r4-n3/configure
{
config,
lib,
...
}:
{
imports = [
../../common/cpu/amd
../../common/gpu/nvidia
];
hardware.nvidia.open = true;
}