Files
nixos-hardware/system76/thelio-mega/default.nix
2025-07-01 22:12:53 +02:00

17 lines
270 B
Nix

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