diff --git a/nixos-modules/dhall/vbox-host.dhall b/nixos-modules/dhall/vbox-host.dhall index 95907a0..ec237c2 100644 --- a/nixos-modules/dhall/vbox-host.dhall +++ b/nixos-modules/dhall/vbox-host.dhall @@ -282,6 +282,10 @@ let rootInit = Child.flat Child.Attributes::{ , binary = "nit_fb" + , config = Init.Config::{ + , attributes = toMap + { origin = "top_right", width = "600", height = "600" } + } , provides = [ "Framebuffer", "Input" ] , resources = Resources::{ ram = Genode.units.MiB 8 } , routes =