1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/framework/13-inch/13th-gen-intel/default.nix

8 lines
170 B
Nix
Raw Normal View History

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