2022-11-27 22:28:50 -05:00

9 lines
95 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./kernel
./firmware
./boot-m1n1
];
}