mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-31 02:24:18 -05:00
split out appdev and programming
This commit is contained in:
parent
8990d049f9
commit
327945545e
3 changed files with 10 additions and 2 deletions
|
|
@ -91,8 +91,6 @@
|
|||
ddev
|
||||
cloc
|
||||
ansible
|
||||
flutter
|
||||
waydroid
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
|
|
@ -113,6 +111,13 @@
|
|||
mudlet
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
if config.module.appdevel.enable
|
||||
then [
|
||||
flutter
|
||||
waydroid
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
if config.module.gaming.enable
|
||||
then [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue