nix-stuff/roles/school/programs/default.nix

5 lines
55 B
Nix

{...}: {
imports = [
./android-studio.nix
];
}