NixOS/system/default.nix

8 lines
92 B
Nix

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