From af694376e2f20e6ab40bf814cad24590bed0aa9d Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 1 Aug 2023 20:53:37 +0100 Subject: [PATCH] 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. --- lenovo/thinkpad/p14s/amd/gen2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lenovo/thinkpad/p14s/amd/gen2/default.nix b/lenovo/thinkpad/p14s/amd/gen2/default.nix index bc7a313..89632e2 100644 --- a/lenovo/thinkpad/p14s/amd/gen2/default.nix +++ b/lenovo/thinkpad/p14s/amd/gen2/default.nix @@ -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.