NixOS/core/default.nix

9 lines
108 B
Nix

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