Also doing C dev on cranberry
This commit is contained in:
parent
1615af8730
commit
cde7df57eb
|
@ -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…
Reference in a new issue