NixOS/core/default.nix

8 lines
90 B
Nix

{
imports = [
./java.nix
./dotnet.nix
./printing.nix
];
}