nix-stuff/roles/school/programs/default.nix
2023-09-20 11:09:28 +02:00

7 lines
50 B
Nix

{ ... }:
{
imports = [
./virtualbox.nix
];
}