nixos-config/modules/system/boot/default.nix
2024-11-24 20:02:09 -05:00

7 lines
61 B
Nix

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