nixos-hardware/framework/13-inch/13th-gen-intel/default.nix

8 lines
170 B
Nix

{
imports = [
# Same config as 12th Gen. The chipsets and mainboard are similar enough
# that no separate configuration is needed.
../12th-gen-intel
];
}