mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:20:42 +00:00
Add android studio
This commit is contained in:
parent
e79a5d7cde
commit
50015511a8
5 changed files with 37 additions and 2 deletions
|
@ -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.)
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue