mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
17 lines
270 B
Nix
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;
|
|
}
|