nixos/modules/hardware/raspi4/default.nix

9 lines
98 B
Nix

{ ... }:
{
imports = [
./raspi-base.nix
./raspi-ethernet.nix
./raspi-usb.nix
];
}