NixOS-Config/modules/system/boot/default.nix

8 lines
61 B
Nix

{ ... }:
{
imports = [
./firmware
./systemd
];
}