flake/modules/default.nix
2025-10-19 16:53:34 +03:00

7 lines
98 B
Nix

# Main module entry point
# Import the new NixOS module system
{
imports = [
./nixos
];
}