TUXEDO Pulse 14 Gen3: init

Add relevant modules for TUXEDO Pulse 14 Gen3. The device is equipped
with an AMD Ryzen 7 7840HS with integrated AMD Radeon M780 iGPU.
This commit is contained in:
Benedikt Ritter
2024-04-16 20:54:43 +02:00
committed by mergify[bot]
parent 3611e8823c
commit 797f8d8082
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# TUXEDO Pulse 14 - Gen3
## About
[NixOS hardware configuration](https://github.com/NixOS/nixos-hardware) for
[TUXEDO Pulse 14 -
Gen3](https://www.tuxedocomputers.com/en/TUXEDO-Pulse-14-Gen3).

View File

@@ -0,0 +1,9 @@
{pkgs, ...}: {
imports = [
../../../../common/cpu/amd
../../../../common/cpu/amd/pstate.nix
../../../../common/cpu/amd/raphael/igpu.nix
../../../../common/pc/laptop
../../../../common/pc/laptop/ssd
];
}