7 lines
98 B
Nix
7 lines
98 B
Nix
# Main module entry point
|
|
# Import the new NixOS module system
|
|
{
|
|
imports = [
|
|
./nixos
|
|
];
|
|
}
|