framework: Clarify 13th Gen Intel Core support

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-07-25 15:02:00 +08:00
committed by Jörg Thalheim
parent 353829048c
commit 24f9162b26
5 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{ lib, pkgs, ... }: {
imports = [
# Same config as 12th Gen. The chipsets and mainboard are similar enough
# that no separate configuration is needed.
../12th-gen-intel
];
}