NixOS/system/default.nix

7 lines
67 B
Nix

{
imports = [
./grub.nix
./kernel.nix
];
}