Add System76 Thelio Mega module

This commit is contained in:
Tristan Ross
2025-06-25 21:22:07 -07:00
parent f49bb3b410
commit 3b622ae6e6
3 changed files with 18 additions and 0 deletions

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;
}