nixdots/system/roles/uni/default.nix

6 lines
41 B
Nix
Raw Normal View History

2024-09-24 09:19:54 +00:00
{
imports = [
./android.nix
];
}