mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-12 20:11:12 +01:00
Add System76 Thelio Mega module
This commit is contained in:
parent
f49bb3b410
commit
9aa4e4aa5c
2 changed files with 17 additions and 0 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue