Also doing C dev on cranberry
This commit is contained in:
parent
1615af8730
commit
cde7df57eb
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
config = {
|
config = {
|
||||||
frogeye = {
|
frogeye = {
|
||||||
desktop.xorg = true;
|
desktop.xorg = true;
|
||||||
dev.vm = true;
|
dev = {
|
||||||
|
c = true;
|
||||||
|
vm = true;
|
||||||
|
};
|
||||||
extra = true;
|
extra = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue