8 lines
190 B
Nix
8 lines
190 B
Nix
|
{ lib, pkgs, ... }: {
|
||
|
imports = [
|
||
|
# Same config as 12th Gen. The chipsets and mainboard are similar enough
|
||
|
# that no separate configuration is needed.
|
||
|
../12th-gen-intel
|
||
|
];
|
||
|
}
|