Add audio and video recording to odyssey
This commit is contained in:
@ -35,6 +35,10 @@ with lib.my;
|
||||
raster.enable = true;
|
||||
vector.enable = true;
|
||||
};
|
||||
media.recording = {
|
||||
audio.enable = true;
|
||||
video.enable = true;
|
||||
};
|
||||
};
|
||||
dev = {
|
||||
node.enable = true;
|
||||
|
Reference in New Issue
Block a user