framework/16-inch: moved out of the CPU folder

as it doesn't only define configuration for the CPU
This commit is contained in:
pinage404
2024-04-28 17:54:40 +02:00
committed by mergify[bot]
parent 8a4adfe48b
commit 88eb241bbd
6 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [
../common
../common/amd.nix
../../../common/cpu/amd/raphael/igpu.nix
];
}