mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
24f9162b26
Signed-off-by: Daniel Schaefer <dhs@frame.work>
7 lines
190 B
Nix
7 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
|
|
];
|
|
}
|