mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add System76 Thelio Mega module
This commit is contained in:
16
system76/thelio-mega/default.nix
Normal file
16
system76/thelio-mega/default.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user