p14s: Add common/{cpu,gpu}/amd to imports
This is my first upstream contribution (intend to contribute configs for my NUC, GPD, and ClockworkPi uConsole/DevTerm). Essentially, this change resolves #492, by adding the `common/{cpu,gpu}/amd` Nix fragments to the `imports` list for the Thinkpad P14s.
This commit is contained in:
parent
9910c69856
commit
af694376e2
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
imports = [
|
||||
../../../../../common/pc/laptop/acpi_call.nix
|
||||
../../../../../common/cpu/amd
|
||||
../../../../../common/gpu/amd
|
||||
];
|
||||
|
||||
# For suspending to RAM, set Config -> Power -> Sleep State to "Linux" in EFI.
|
||||
|
|
Loading…
Reference in a new issue