Add android studio

This commit is contained in:
ItsDrike 2024-09-24 11:19:54 +02:00
parent e79a5d7cde
commit 50015511a8
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 37 additions and 2 deletions

View file

@ -35,5 +35,15 @@ in {
Workstation machines are meant for regular day-to-day use.
'';
};
isUniMachine = mkOption {
type = lib.types.bool;
default = false;
description = ''
Should University specific configuration be applied?
(Things like University specific software, etc.)
'';
};
};
}