1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-05 19:03:28 +02:00
nixos-hardware/framework/default.nix

8 lines
163 B
Nix

{
# Per original module layout, default framework export was the 11th gen Intel
# of the Framework 13 Laptop
imports = [
./13-inch/11th-gen-intel
];
}