mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
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
|
||
|
];
|
||
|
}
|